theboyfold
New Member
- Joined
- Sep 15, 2006
- Messages
- 6
I have a reference in a cell which the user of the sheet will need to change depending on which cell they want to cross reference, the fomula is:
=VLOOKUP(Month!I$47,'Name Sheet'!$A$2:$B$47,2,FALSE)
The reference that needs to changed is the column in the 'Month' sheet so 1=C 2=D 3=E and so on until 31=AG
So I'd like a text box which asks for a number and then changes the column reference for cells B10:B26
is this possible?
=VLOOKUP(Month!I$47,'Name Sheet'!$A$2:$B$47,2,FALSE)
The reference that needs to changed is the column in the 'Month' sheet so 1=C 2=D 3=E and so on until 31=AG
So I'd like a text box which asks for a number and then changes the column reference for cells B10:B26
is this possible?