Need an alternative non-volatile formula

motilulla

Well-known Member
Joined
Feb 13, 2008
Messages
2,362
Office Version
  1. 2010
Hello,</SPAN></SPAN>

For now using in the cell C5 following formula, is there any replacement of this non-volatile formula to regular formula </SPAN></SPAN>


Book1
ABC
1
2
312
4
512
61
72
83
95
106
1110
1212
1340
1460
1565
1672
1738
1861
Sheet2
Cell Formulas
RangeFormula
C5=LOOKUP(2,1/(C6:INDIRECT("C"&B3)<>""),C6:INDIRECT("C"&B3))


Thank you all</SPAN></SPAN>

Excel 2000</SPAN></SPAN>
Regards,</SPAN></SPAN>
Moti</SPAN></SPAN>
 
Last edited:

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
See if the following formula works for you:

=LOOKUP(2,1/(C6:INDEX(C:C,B3)<>""),C6:INDEX(C:C,B3))

Edit: Rick beat me to it by several seconds :)
 
Last edited:
Upvote 0
Give this formula a try...

=LOOKUP(2,1/(C6:INDEX(C:C,B3)<>""),C6:INDEX(C:C,B3))
Rick Rothstein, Great help for giving this non-volatile formula-worked fine ,thanks a lot </SPAN></SPAN>

Kind Regards,
</SPAN></SPAN>
Moti :)
</SPAN></SPAN>
 
Upvote 0
See if the following formula works for you:

=LOOKUP(2,1/(C6:INDEX(C:C,B3)<>""),C6:INDEX(C:C,B3))

Edit: Rick beat me to it by several seconds :)
Tetra201, Never mind thank you </SPAN></SPAN>

Kind Regards,
</SPAN></SPAN>
Moti :)
</SPAN></SPAN>
 
Upvote 0
Just browsing along the threads and want to learn something new. anyone can share what the formula does?
 
Upvote 0
The formula returns the last non-null-string value (<>"") from the range that starts in cell C6 and ends in column C on the row whose number is entered in cell B3.
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,547
Members
449,089
Latest member
davidcom

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