Hi All,
I have the data as shown below
And I need the datable as below.
Is that possible? Using read range and writing to the data table is not helping, A6, A7 and A10 are coming blank that way
Hi All,
I have the data as shown below
And I need the datable as below.
Is that possible? Using read range and writing to the data table is not helping, A6, A7 and A10 are coming blank that way
I can’t use Balareva or any other activities because of the security reasons. I can use only Uipath packages
Hi @Krithi1
Without the Balareva activities, you can VBA scripts to get the merged data from the cells but for that also range of the Merged area should be known to fetch the value.
@Nithinkrishna , @Rahul_Unnikrishnan , @THIRU_NANI - Can you guys please help with this scenario ?
Regards,
Rajeswari
@Rajeswari24 - that’s correct, I have the code to merge cells, but before that I need to get the cell range since it keeps changing. Any vba code to validate the cell values and then merge?
Hello @Krithi1
You can refer to the below post. It can help you to solve this.
Hey @Krithi1
You can read the DataTable from the Excel and do a bit of manipulation, which should be sufficient enough !
Thanks
#nK
That solution worked, but unfortunately I can’t use I can’t enable the macros in my excel settings due to security reasons.
Could you please give me little idea on how can I manipulate that?
Hey @Krithi1
When you Read your first DataTable after S.No. 4 you will have two empty values in next two rows for S.No
So you need to iterate through the Table first and see if there is some empty S.No if yes just assign the previous row S.No to it.
That’s it.
Hope that helps.
Thanks
#nK
Hi @Krithi1
Implemented the same solution in this xaml.
AddingPreviousRowValue.xaml (9.0 KB)
Regards,
Rajeswari
Thank you @Rajeswari24
It worked great.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.