![]() |
Issue writing IF OR Error Formula Types
Having trouble putting a formala together.
I have the following formula which works: Senario : $d$d = either weight or unit or unknown (of an ingredient) e8= is a quantity number ( either in grams or units, of an ingredient. eg 100 or 1) Raw data is in nutrition!$b$6:$g$70 The following formula works so far: f8 ( which is the no. of calories)=if($d$d="weight",e8/100,e8)*vlookup(c8,nutrition!$b$6:$g$70,3,false) But I also want to add to it that If e8(quantity)=0 or blank or invalid then "qty?" should appear in the f8 cell And not sure what to do to avoid an error in f8 if $d$d = unknown?? Am completely stuck here, need help asap. lozzam |
Issue writing IF OR Error Formula Types
Hazarding a wild guess ..
Perhaps you mean something like this: =IF(E8="","qty?",IF(D8="weight",E8/100,E8*VLOOKUP(C8,nutrition!$B$6:$G$70,3,0))) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "lozzam" wrote in message ... Having trouble putting a formala together. I have the following formula which works: Senario : $d$d = either weight or unit or unknown (of an ingredient) e8= is a quantity number ( either in grams or units, of an ingredient. eg 100 or 1) Raw data is in nutrition!$b$6:$g$70 The following formula works so far: f8 ( which is the no. of calories)=if($d$d="weight",e8/100,e8)*vlookup(c8,nutrition!$b$6:$g$70,3,false) But I also want to add to it that If e8(quantity)=0 or blank or invalid then "qty?" should appear in the f8 cell And not sure what to do to avoid an error in f8 if $d$d = unknown?? Am completely stuck here, need help asap. lozzam -- lozzam |
All times are GMT +1. The time now is 03:49 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com