Indirect function to find last non blank cell in another worksheet

WednesdayC

Board Regular
Joined
Nov 7, 2010
Messages
201
Office Version
  1. 2016
Platform
  1. MacOS
Hi All

I am stuck with this and need some help please.

I have a sheet called Wednesday, and I am trying to find the last value (which will always be a number if it makes a difference) in column A of the worksheet. There will be blank cells in this column.

so far I have :-

HTML:
=INDIRECT("'"&A1&"'!A11")

with A1 etc showing the name of the sheet - (in reality there are lots of sheets in row 1).

A11 contains the last non-blank entry in column A, but I am trying to make the 11 part dynamic, so the formula will look it up. I just can't work out how to do this.

A huge thanks, in advance for any assistance.

Wednesday
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Try

=LOOKUP(9.99999999999999E+307,INDIRECT("'"&A1&"'!A:A"))
 
Last edited:
Upvote 0
Hi Jonmo

Fantastic! It works a treat.

I did see something on the Internet along these lines, but was obviously doing something wrong.

Thank you so much.

Wednesday
 
Upvote 0
Hi Jonmo

Ha ha!
Wednesday is my nickname - from the Adams family. Wednesday Adams!

Have a good rest of weekend.

Wednesday
 
Upvote 0
What happened to Monday.
It’s a movie on Netflix, you should check it out.
 
Upvote 0
Hi Jonmo

Will do - I looked it up and the cast is great.

Thanks for the tip and especially the formula.

Wednesday
 
Upvote 0

Forum statistics

Threads
1,215,949
Messages
6,127,877
Members
449,410
Latest member
adunn_23

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