Only display the last entry in a range

Bobefax

New Member
Joined
Feb 28, 2002
Messages
9
I have a row of data B3:G3 and a summary cell H3.

Cell B3 C3 D3 E3 F3 G3
Value 12

in H3 this would display 12

If I then entered 14 in D3 it would then show 14 in H3.

Any suggestions?

Thanks
 
On 2002-03-01 06:44, Drew wrote:
Aladin,
Would the idex/match function work just as well? Just wondering.

=INDEX(B3:G3,MATCH 9.99999999999999E+307,B3:G3))

Drew

Drew,

You're darn right. I wonder why I forget my own tricks. Thanks for the reminder.

Allow me to slightly modify it:

=INDEX(3:3,MATCH(9.99999999999999E+307,B3:G3)+1)

Bobefax: Forget that expensive formula and use this instead.

Aladin
 
Upvote 0

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Drew/Aladin.

MANY MANY THANKS.

The Last thing was just what it needed.

Thanks again......

Bobefax
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,597
Members
449,038
Latest member
Arbind kumar

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