Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've put in this formula into Excel =IF(AA4+AG4="","",AA4+AG4) where the
cells AA4 and AG4 are blank and I require a blank cell as a result, this will be copied into hundreds of other cells, however i get an error #value result. Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(AND(ISBLANK(AA4),ISBLANK(AG4)),"",AA4+AG4)
-- Wag more, bark less "Pippa" wrote: I've put in this formula into Excel =IF(AA4+AG4="","",AA4+AG4) where the cells AA4 and AG4 are blank and I require a blank cell as a result, this will be copied into hundreds of other cells, however i get an error #value result. Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if statements | Excel Worksheet Functions | |||
IF Statements (Mutliple Statements) | Excel Worksheet Functions | |||
using if statements | Excel Worksheet Functions | |||
if statements | Excel Worksheet Functions | |||
IF and OR statements | Excel Discussion (Misc queries) |