Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about:
=IF(ISERR(G4/F4),0,G4/F4) or even =IF(F4=0,0,G4/F4) "Roy Gudgeon" wrote: Hi =IFERROR(IF(G4/F41,F4/G4,G4/F4),1) I'm using the above current formula to calculate some stock accuracy figures, where f = computer stock & g = qty physically counted. The "iferror" deals with 0/0 errors and reports 100% My only issue comes when I have 0 computer stock but find some actual stock. Applying this formula gives a 100% result when I actually need a 0% result. I have tried using if (f4 = 0 & g41), ........to set a condition but this only uses the 2nd statement as the true test and returns 100% when used in the formula, any help greatly appreciated thanks Roy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple conditions and IF Statements | Excel Discussion (Misc queries) | |||
Sumif, And Statements - multiple conditions | Excel Worksheet Functions | |||
IF statements and conditions | Excel Worksheet Functions | |||
If statements and conditions - again!! new prob | Excel Worksheet Functions | |||
Sum if statements with conditions | Excel Worksheet Functions |