referencing the last non-blank cell in a row...

pearce_dan

New Member
Joined
Jan 13, 2006
Messages
36
:eek: PLEASE help. I can't find this answer anywhere...

I have a row that is filled out one day at a time. Each time it's updated, I need a cell in a different row to reference whatever was the last cell that was filled in in that row.

If I can just reference it (sorry if my lingo is bad, when I say reference, I mean copy the value), I'll be able to plug that into an equation in another cell.

Does anybody have any idea? I've searched high and low for the answer to this. thanks, Dan :LOL:
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Say, for example, you want the last value in row 1. Try this:
=LOOKUP(9.9999999E+308,1:1)

Denis
 
Upvote 0
In the cell where you want to reference the last non-empty cell try something like:

=OFFSET(A3,0,COUNTA(A3:IV3)-1)
 
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,181
Members
448,871
Latest member
hengshankouniuniu

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