Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe this is what you want:
=IF(ISERR((I16/F16)*J16),"",(I16/F16)*J16) Regards, Stefi enyaw ezt *rta: This formula does not let me insert a "-" in the cell if the formula =0. I need the cells to be empty if the formula = 0 because i need to do an average of the cells after it. "macropod" wrote: Hi enyaw, Try: =IF(OR(ISERROR(I16*J16/F16),I16*J16/F16=0),"-",I16*J16/F16) -- macropod [MVP - Microsoft Word] "enyaw" wrote in message ... I need help getting this formula to work. Can anyone help? =OR(IF(((I16/F16)*J16=0),"-",((I16/F16)*J16)),IF(ISERROR((I16/F16)*J16),"-", ((I16/F16)*J16))) If the formula outputs a zero or an error value I need the value of the cell to be outputted as "-". |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Creating a check mark box | Setting up and Configuration of Excel | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |