I have an invoice spreadsheet that I've made up which is pretty automatic, using a VLOOKUP, but I've just had to modify the totals column so that it does something different if a certain item number is selected. I have this formula in the 'total price' column:
=IF(ISBLANK(B17),"",IF(B17="6",A17*D17,(A17/$A$14)*VLOOKUP(B17,Item,3)))
The formula works ok, no errors, except that if the item number is 6, the formula still uses $A$14 (which has the number 350) to divide it, but in that single instance I don't want it to; I just want the straight 'A17*D17' equation. I'm SURE it's something simple, but I just can't see it. Need fresh input.
I hope this is reasonably clear. Am fairly much a learner so go easy on me![]()
Bookmarks