I want to fill the row data in the database


Like the data table in the picture above
The value of a1 b1 is filled up to a10 b10
The value of a11 b11 is filled up to a19 b19
after keep going againg
Is there any activity?

Excel’s own function does not work because the function was pasted as a value after use.
Excel is attached.

TEST.xlsx (26.5 KB)

Could you please eloberate your requirement?

Hi @sssim4567 ,
You can use for loop,
assign value blank to code
if row not blank assign value to new code

regards,
LNV

like this

Fill in the blanks, which is Excel’s own function, does not work by pasting it as a value

Please explain it in detail.
activity or expressions

Hi,

How about the following sample?

Sample20230821-3L.zip (26.7 KB)

Regards,

Hi @sssim4567 ,
My code
excel.xaml (29.7 KB)
my output
TEST.xlsx (26.5 KB)
you can test again
regards,
LNV

Thank you. It works. It does take some time
Thank you for solving this problem

Thank you for your reply, but it hasn’t been resolved. The results are the same.

Oh, I think it is not best solution, but I think it is too simple to understand,
The recent topics you’ve posted are related, I guess it’s a mature process.

regards,
LNV

Did you check result.xlsx? I think it’s same as your requirement.