ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   CREATE AND IF FORMULAS (https://www.excelbanter.com/excel-worksheet-functions/139940-create-if-formulas.html)

fyrefox

CREATE AND IF FORMULAS
 
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

kassie

CREATE AND IF FORMULAS
 
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


Teethless mama

CREATE AND IF FORMULAS
 
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


fyrefox

CREATE AND IF FORMULAS
 
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



All times are GMT +1. The time now is 09:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com