In the formula get cell value as a row number

motilulla

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

I am using the formula below, which is FD$6:FD$5006 this has end row number 5006 I need it pick the last row number from the cell value of B3 like "FD$6:FD$"&B3 is it can be done
</SPAN></SPAN>


Book1
FE
62241
Sheet1
Cell Formulas
RangeFormula
FE6{=IF(MAX((FD6=FD$6:FD$5006)*(ROW(FD$6:FD$5006)))=0,,MAX((FD6=FD$6:FD$5006)*(ROW(FD$6:FD$5006))))}
Press CTRL+SHIFT+ENTER to enter array formulas.


Thank you all
</SPAN></SPAN>

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

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
I tried to modified using INDIRECT function in the formula to get cell value of B3 but it does not seems to work please need help </SPAN></SPAN>


Book1
FB
62242
Sheet1
Cell Formulas
RangeFormula
FB6{=$B$3-IF(MAX((FD6=INDIRECT("FD$6:FD$"&B3)*(ROW(INDIRECT("FD$6:FD$"&B3)))))=0,,MAX((FD6=INDIRECT("FD$6:FD$"&B3)*(ROW(INDIRECT("FD$6:FD$"&B3))))))}
Press CTRL+SHIFT+ENTER to enter array formulas.


Regards,
</SPAN></SPAN>
Moti
</SPAN></SPAN>
 
Last edited:
Upvote 0
Bump...If formula is not workable may be VBA solution please </SPAN></SPAN>
 
Last edited:
Upvote 0
Maybe
=IF(MAX((FD6=INDIRECT("FD$6:FD$"&B3))*(ROW(INDIRECT("FD$6:FD$"&B3))))=0,,MAX((FD6=INDIRECT("FD$6:FD$"&B3))*(ROW(INDIRECT("FD$6:FD$"&B3)))))
 
Upvote 0
Solution
Maybe
=IF(MAX((FD6=INDIRECT("FD$6:FD$"&B3))*(ROW(INDIRECT("FD$6:FD$"&B3))))=0,,MAX((FD6=INDIRECT("FD$6:FD$"&B3))*(ROW(INDIRECT("FD$6:FD$"&B3)))))
Brilliant Fluff, Your formula has solved my problem. It worked fine. Thank you very much for your help</SPAN></SPAN>

Kind Regards,
</SPAN></SPAN>
Moti :)
</SPAN></SPAN>
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,093
Latest member
dbomb1414

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