CTaylor1968
Vendor
I have a spreadsheet to record our team's expenditure. We have a number of cost centres with just 3 project codes. So, for example anything to do with training is under project code UKN8455, but anything to do with statutory requirements is UKN8450.
My spreadsheet records the cost centre and the project code and I used a VLOOKUP formula, so if Column L reads a specific cost centre, column N will then put in the description. This works fine. I then added a formula to column P to say that if column N reads "", then column P should put in the correct project code. This works each time BUT it doesn't work correctly. So each time column N says CCC&ACC, column P should put in UKN8450. But it's not - it's putting in UKN8455 for each and every item.
I have used the following formula (with the requisites being in columns AE,AF and AG.):-
=IF(N3="","",VLOOKUP($N$3,$AF$3:$AG$16,2))
I've tried adding FALSE at the end of the formula but to no avail.
Help anyone?
Thank you as always
My spreadsheet records the cost centre and the project code and I used a VLOOKUP formula, so if Column L reads a specific cost centre, column N will then put in the description. This works fine. I then added a formula to column P to say that if column N reads "", then column P should put in the correct project code. This works each time BUT it doesn't work correctly. So each time column N says CCC&ACC, column P should put in UKN8450. But it's not - it's putting in UKN8455 for each and every item.
I have used the following formula (with the requisites being in columns AE,AF and AG.):-
=IF(N3="","",VLOOKUP($N$3,$AF$3:$AG$16,2))
I've tried adding FALSE at the end of the formula but to no avail.
Help anyone?
Thank you as always