Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
depending on error.type test result, i would like that my cell as a special value. for example i have 3 columns L : column where are the amounts of cartridges needed in stock J : column where are the amounts of cartridges used during last period K : result of (L/J) if L/J different from #DIV/0, and =0 if L/J = #DIV/0 so my formula is the following one : =IF(ERROR.TYPE(L3/J3)=2;0;(L3/J3)) but when L/J is different that #DIV/0, it display #N/A and not result of L/J. why ? thanks a lot, Maileen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Statistic: Problem with two one sided t-test | Excel Discussion (Misc queries) | |||
Excel competency test | Excel Discussion (Misc queries) | |||
=IF logical test to search only part of a cell | Excel Worksheet Functions | |||
How do I test a cell for part of text | Excel Worksheet Functions | |||
test..where are my messages..test | New Users to Excel |