Hi ALL,
Is there anyone that can give me idea how to find last row of specific value in column.
For example:
I want the bot to know how to identify last value of T110000,C110000 and K110000.
Thanks!
Hi ALL,
Is there anyone that can give me idea how to find last row of specific value in column.
For example:
I want the bot to know how to identify last value of T110000,C110000 and K110000.
Thanks!
Hi,
There is no universal answer as it depends on automated app. Is this table in excel?
Cheers
hi,yes
I think its automated. You can’t calculate it manually.
If cannot, is there anyway i can count how many of the specific value in same column?>
Hi,
Check the attached. You may need to adjust it according to your exact business case.
LastLineInGroup.zip (19.6 KB)
Cheers
You can do that
Hi
Build a Data table with a column (newDt)
Find the distinct values from the particular column
Then Iterate through this using for each row
2.1) Use filter wizard and store it in Temp Dt
2.2) Now calculate the number of rows there in the TempDt, add the last row in the TempDt to the newDt using add data row.
Now you will have a Datatable with the required data
Hope this helps …!
Are you looking in excel to find the last value, sorry can you elaborate