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!
this is input?
and auto fill value in columnA?
what are output you want?
1 Like
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.
@22222222asas - Instead of "=C1 + B1"
in the Write Cell activity, try:
"=C1 & B1"
This way, it is treated as String
.
Hope this helps!
1 Like
@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
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.