butterworm
New Member
- Joined
- Jun 20, 2011
- Messages
- 4
Hi Guys,
I'm using the INDIRECT function with data validation to make a dependent list, but when I quit excel, it loses the cell reference and I have to manually fix it. I'm making a spreadsheet for data entry and can't send it out like this, because the peons who will be using it won't have the know-how to fix the problem.
the formula I'm using is
after quitting, reopening the file, the formula becomes
anyone know why it's forgetting about the "B3"?
I'm using the INDIRECT function with data validation to make a dependent list, but when I quit excel, it loses the cell reference and I have to manually fix it. I'm making a spreadsheet for data entry and can't send it out like this, because the peons who will be using it won't have the know-how to fix the problem.
the formula I'm using is
Code:
=INDIRECT(SUBSTITUTE(B3," ",""))
after quitting, reopening the file, the formula becomes
Code:
=INDIRECT(SUBSTITUTE(#REF!," ",""))
anyone know why it's forgetting about the "B3"?