Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to zero out the value in a cell if the formula evalutes to an
error but keep the value if it's not error. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use a if statement
=IF(ISERROR(A1/B1),"",A1/B1) -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Andres A" wrote in message ... I'm trying to zero out the value in a cell if the formula evalutes to an error but keep the value if it's not error. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - error saving file & error loading dll | Excel Discussion (Misc queries) | |||
Error: "Excel encountered an error and had to remove some formatti | Excel Discussion (Misc queries) | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
I have Error 1919 Error Configuring ODBC dataSource Database | Excel Discussion (Misc queries) |