DEV Community

Cover image for #145 — Insert Blank Row when Meeting with Data Change
Judith-Data-Processing-Hacks
Judith-Data-Processing-Hacks

Posted on

2 1 1 1 1

#145 — Insert Blank Row when Meeting with Data Change

Problem description & analysis:

Here below is a data table:

source table

Task: We want to insert one blank row when the values in two adjacent rows change, the result is as follows:

expected results

Solution:

Use SPL XLL and enter the following code:

=spl("=?1.conj().group@o(~).(~|[null]).conj().new(~:_1)",A1:A9)
Enter fullscreen mode Exit fullscreen mode

Download esProc Desktop for FREE and boost your working speed with SPL XLL!!! 🚀✨⬇️

SPL download address: esProc Desktop FREE Download

Plugin Installation Method: SPL XLL Installation and Configuration

References to other rich Excel operation cases: cases: Desktop and Excel Data Processing Cases

YouTube FREE courses: SPL Programming

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay