Mojave
New Member
Greetings all!
I need to find the latest week that something was submitted to in my table. The weeks are a combination of Year and week number, as such:
In the above sample, the correct answer is "14 WK02".
I do not want to add another helper column, the data is someone else's and must go back to them unharmed.
The data is not 'distinct', there are many duplicates.
Also, this is in a table/list object. It's field is identified as " Data_Table[Week_Num] "
Of course, =MAX doesn't work. But what would? I have searched but haven't found a solution. I imagine it's some kind of array function, but I'm pretty fuzzy on those.
Thank you for considering my problem!
I need to find the latest week that something was submitted to in my table. The weeks are a combination of Year and week number, as such:
Code:
13 WK51
13 WK51
14 WK01
14 WK02
13 WK52
In the above sample, the correct answer is "14 WK02".
I do not want to add another helper column, the data is someone else's and must go back to them unharmed.
The data is not 'distinct', there are many duplicates.
Also, this is in a table/list object. It's field is identified as " Data_Table[Week_Num] "
Of course, =MAX doesn't work. But what would? I have searched but haven't found a solution. I imagine it's some kind of array function, but I'm pretty fuzzy on those.
Thank you for considering my problem!