ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,699
- Office Version
- 2007
- Platform
- Windows
Hi,
I have this code in various cells,obvioulsy each with a different cell reference.
I select a customers name in cell B then VLOOKUP populates cells C D & E
Now column D refers to how much the customer has paid me.
9/10 the fee is always the same but today it was different.
So if like normal i select a customers name & the cell in column D has £30 applied todays fee was £50
If i manually type £50 into the cell then the VLOOKUP code is deleted.
Is there a workaround for this please so the VLOOKUP isnt deleted.
Or what can you advise
Thanks
I have this code in various cells,obvioulsy each with a different cell reference.
Code:
=IFERROR(VLOOKUP($B12,INDIRECT("INFO!$CV$2:$DB$"&COUNTA(INFO!$CV:$CV)),5,FALSE),"")
I select a customers name in cell B then VLOOKUP populates cells C D & E
Now column D refers to how much the customer has paid me.
9/10 the fee is always the same but today it was different.
So if like normal i select a customers name & the cell in column D has £30 applied todays fee was £50
If i manually type £50 into the cell then the VLOOKUP code is deleted.
Is there a workaround for this please so the VLOOKUP isnt deleted.
Or what can you advise
Thanks