Hi
Refer to attachment
For each row, I want to read cell which output “Qtr”. Then use “Qtr” as the header name in Write Cell.
But in the Range, the following doesn’t work:
“row(Qtr).ToString”
Thank you
Hi
Refer to attachment
For each row, I want to read cell which output “Qtr”. Then use “Qtr” as the header name in Write Cell.
But in the Range, the following doesn’t work:
“row(Qtr).ToString”
Thank you
@Anonymous2 I don’t think you’re using it in the right way The Range Value what we would need to put is the Reference Range that is present in the Excel Sheet i.e A1, B1, A10, B10 etc. Not the Column Name, as I think you’re using it in that way.
Hi
Thanks for the reply. Then is there a workaround?
@Anonymous2 Can you tell us what exactly you want to do with an Input data and Expected output that you need?
Check this below image, @Anonymous2
Hi All
Thank you for the replies! I found a workaround by finding the Column letter in Excel, and inputting into a cell.
I then use Uipath to read the cell content to find the Column letter.
Thank you