return last row number - formula (non-vba) - unknown number of rows used

smak

New Member
Joined
Mar 18, 2022
Messages
32
Office Version
  1. 2010
Platform
  1. Windows
I have a document with two tabs.
1. summary sheet
2. Tucson -
a. column with data = 'Tucson Epi Curve'!C:C
b. this column will changes its last filled in row each week


desire: on summary document cell N1, return row number of last row in a column that has had data....non-vba


Currently I know the following formula that is on summary sheet works,
a. but this returns the value in the last cell in columns C from the tuscon sheet
b. =LOOKUP(1,0/(NOT(ISBLANK('Tucson Epi Curve'!C:C))),'Tucson Epi Curve'!C:C)
c. returned value = 19,278

I want it to return the row number for that cell that contained 19,278....so 817 (assuming that is the row number this week)


what are better options/ways to do this ....there may a better way to pull the value and or row number
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
How about
Excel Formula:
=LOOKUP(2,1/('Tucson Epi Curve'!C:C<>""),row('Tucson Epi Curve'!C:C))
 
Upvote 0
Solution

Forum statistics

Threads
1,214,826
Messages
6,121,795
Members
449,048
Latest member
greyangel23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top