Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do i create a formula like this
=SUM((AE3={"O","1","2","3"})*{empty,30,60,90}) The final format I want to accomplish is: AD=AA3+AE3 where AE3 is empty leave AD3 empty |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In AD3 enter =IF(OR(AE3="",AE3=0),"",AA3+AE3)
-- Hth Kassie Kasselman Change xxx to hotmail "fyrefox" wrote: How do i create a formula like this =SUM((AE3={"O","1","2","3"})*{empty,30,60,90}) The final format I want to accomplish is: AD=AA3+AE3 where AE3 is empty leave AD3 empty |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
IF(AE30,AA3+AE3,"")
"fyrefox" wrote: How do i create a formula like this =SUM((AE3={"O","1","2","3"})*{empty,30,60,90}) The final format I want to accomplish is: AD=AA3+AE3 where AE3 is empty leave AD3 empty |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Kassie this worked great now if I can fugure out how to keep the
formula from getting deleted from different users it would be great. Firefighters in Iraq can mess up anything. "kassie" wrote: In AD3 enter =IF(OR(AE3="",AE3=0),"",AA3+AE3) -- Hth Kassie Kasselman Change xxx to hotmail "fyrefox" wrote: How do i create a formula like this =SUM((AE3={"O","1","2","3"})*{empty,30,60,90}) The final format I want to accomplish is: AD=AA3+AE3 where AE3 is empty leave AD3 empty |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can you create nested formulas within v-lookup; if so how | Excel Worksheet Functions | |||
create if formulas | Excel Worksheet Functions | |||
Using Concatenate to create formulas? | Excel Discussion (Misc queries) | |||
How can formulas be used to create another formula? | Excel Discussion (Misc queries) | |||
create links for formulas | Excel Worksheet Functions |