Use text in formula as a cell reference
Look in HELP for the INDIRECT() function
--
Kind regards,
Niek Otten
Microsoft MVP - Excel
"steveylevi" wrote in message ...
|I want to reference the results of a user-input cell number into a formula.
|
| For example, in cell A1, user manually types in "B2".
|
| I need the formula to use that variable (i.e., B2) =sum(b2:b10)
|