The automatic update of cell references while auto-filling an Excel
formula is undoubtedly an excellent feature, that I have used many
times over. However, I now have a need to disable it. Can someone
suggest a good way to do that?
Let me explain with an example:
Here's my formula for row-2:
=IF(C2="INR", VLOOKUP(A2,'Forex History'!A2:'Forex History'!B14, 2,
TRUE)*D2, VLOOKUP(A2,'Forex History'!A15:'Forex History'!B21, 2,
TRUE)*D2)
For row-3, I would like the formula to be:
=IF(C3="INR", VLOOKUP(A3,'Forex History'!A2:'Forex History'!B14, 2,
TRUE)*D3, VLOOKUP(A3,'Forex History'!A15:'Forex History'!B21, 2,
TRUE)*D3)
Note that while I am updating C2 to C3, A2 to A3 and D2 to D3, I am **
NOT ** updating 'Forex History'!A2:'Forex History'!B14 to 'Forex
History'!A3:'Forex History'!B15.
I am also ** NOT ** updating 'Forex History'!A15:'Forex History'!B21
to 'Forex History'!A16:'Forex History'!B22
I am sure there must be some way to selective disable the automatic
cell adjustment feature when specifying the formula (something akin to
using an escape sequence in the Unix world).
Thanks in advance,
Bhat
Bookmarks