![]() |
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 |
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 |
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 |
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