I have filtered with respect to column “Ban”
now i want to select the row in which has the last “bill month” and then i want to extract the “Actual Balance Amt” of that last bill month.
I’ve attached an example of what should work for you. Due to the dateformat this actually pretty simple, simply the largest number will do to get the last bill month so after filtering you just need to extarct the largest number, i’ve provided one method you can use Main.xaml (6.8 KB)
Please check the excel file. In that there is a Column named “Bill month” in that i have to extract the value of “Actual Balance Amt” of the last update month.
Ah well all you need to do is grab the row index then and you could use that for instance to set the value. What was your method for attaining the max month data? With that we can tell you the best way to extract the balance value at the same time