Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
First, you don't need =sum()
=f18*b18+g18 would work ok. But I'd use ()'s: =(f18*b18)+g18 You could change the =vlookup() to return a 0 instead of text ("" is text). =IF(ISNA(VLOOKUP(C18,Table1,3,FALSE)),0,VLOOKUP(C1 8,Table1,3,FALSE)) Or you could change the formula: =(n(f18)*b18)+g18 chrisbmo2000 wrote: I get #value! after using vlookup.......Im trying to multiply the price per unit by the quantity and then add the shipping the formula is =sum(F18*B18+G18) F18 gets its info from the vlookup formula which is =IF(ISNA(VLOOKUP(C18,Table1,3,FALSE)),"",VLOOKUP(C 18,Table1,3,FALSE)) any ideas? -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula issue please | Excel Worksheet Functions | |||
formula issue | Excel Discussion (Misc queries) | |||
Formula issue | Excel Discussion (Misc queries) | |||
An issue regarding the formula | Excel Discussion (Misc queries) | |||
An issue regarding the formula | Excel Discussion (Misc queries) |