anmita
March 9, 2023, 10:22am
1
Hello Everyone,
Is there a way to get the Cell Value based on the column no
Example : When we get no 1 then the Cell Value=“A”
Column No|Cell Value
1 | A
2 | B
3 | C
So basically based on a column no parameter can we define the cell value to be considered
Thanks and Regards
@anmita
Hi @anmita
Can you please specify whether you want to update the cell value for a specific column number or you want to fetch the cell value for a specific column number.
Best Regards.
Anil_G
(Anil Gorthi)
March 9, 2023, 10:52am
3
@anmita
You can use look up activity…which will look up the value in column No and can return the value from Cell Value column
On Excel
On Datatable
https://docs.uipath.com/activities/lang-pt_BR/docs/lookup-data-table
cheers
Main.xaml (7.0 KB)
Here is your solution @anmita
1 Like
system
(system)
Closed
March 12, 2023, 4:07pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.