I want to look at the name and date in the variable and put the value where it is.
Name Check contains the name, Date Check contains the date, and Time Check contains the values you want to put in.
For example, if NameCheck: b, DateCheck: 13, TimeCheck: 2
I want to do it like this.
I’ve been doing the bottom part and it’s blocked…
I’m a beginner, so I don’t really understand. If possible, I hope you can include a picture with it.
Hi @wjdehdnr456 ,
You can add condition in activity ‘If’
Could you share your file?
I will try it
Regards,
project.zip (10.9 KB)
There is an Excel and a project together
OK @wjdehdnr456 ,
I will check it
regards,
1 Like
Anil_G
(Anil Gorthi)
January 4, 2024, 4:18am
5
@wjdehdnr456
Looks like this is a duplicate
@wjdehdnr456
Use find /replace activity to find john and then get the cell number to know the tow number
Then looks like the above are dates based on the start column and get the column name for any date you need
For example say 1 is staring from column E then use UiPath.Excel.Helpers.ExcelUtilities.ConvertColumnIndexToColumnLetter(4+requireddate)
Here say if required date is 5 you get E if it is 7 you get G and so on
Use the row and column to write the value to required cell
Hope this hel…
Cheers
1 Like
system
(system)
Closed
January 7, 2024, 4:18am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.