Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When using an IF function, how do you eliminate the #VALUE when you try to
subtract one cell from another cell. The #VALUE sign appears in the cell with the formula. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It's because one or more cells in a calculation are text and not numbers or
blanks like "" or " " =IF(ISTEXT(A2),0,B2-A2) -- Regards, Peo Sjoblom Portland, Oregon "Ryan" wrote in message ... When using an IF function, how do you eliminate the #VALUE when you try to subtract one cell from another cell. The #VALUE sign appears in the cell with the formula. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can you use countif function for noncontiguous cells | Excel Worksheet Functions | |||
Use TREND function with nonadjacent cells | Excel Worksheet Functions | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
Function to look at two cells and return a third | Excel Worksheet Functions |