What would be a method to fill cells in column A based on the range of random values in column B? As shown in the current screenshot, the approach doesn’t seem to work. Thank you in advance!
Hi @22222222asas ,
Can you share input and expect result ?
this is input?
and auto fill value in columnA?
what are output you want?
This is the desired output value.
The values in column B are always different
I hope for cell A to be filled in accordance with the values in cell B
thank you very much.
Hi @22222222asas ,
You can use auto fill in morden
with range A
@22222222asas - Instead of "=C1 + B1"
in the Write Cell activity, try:
"=C1 & B1"
This way, it is treated as String
.
Hope this helps!
@Yoichi
Doesn’t Auto Fill work within the Excel Application Scope?
@22222222asas
Does the value entered in A depend in some way on the value in B?
or simply A1–>An?
if need rules to fill, tell me about them
@Yoichi
thank you very much.
It’s solved!
@Nguyen_Van_Luong1
thank you very much.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.