Hello:
Please refer to attached file.
I need formula in cell G1 to give the last row in column C.
In this case answer should be 55
Let me know if you have any questions.
Thanks.
Riz
Hello:
Please refer to attached file.
I need formula in cell G1 to give the last row in column C.
In this case answer should be 55
Let me know if you have any questions.
Thanks.
Riz
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
Try this
=LOOKUP(REPT("z",255),C:C,ROW(C:C))
or this
=LOOKUP(2,1/(C:C<>""),ROW(C:C))
Try:
=LOOKUP(2,1/(C1:C100000<>""),ROW(C1:C100000))
Hello:
Thanks to all.
R
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks