Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 515
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
can you create nested formulas within v-lookup; if so how WandaJean Excel Worksheet Functions 1 January 30th 07 09:32 PM
create if formulas Lost in Excel Land Excel Worksheet Functions 1 June 30th 06 10:46 PM
Using Concatenate to create formulas? Thor Excel Discussion (Misc queries) 3 October 2nd 05 01:31 PM
How can formulas be used to create another formula? Geag Excel Discussion (Misc queries) 4 July 29th 05 09:51 AM
create links for formulas weclean Excel Worksheet Functions 0 April 4th 05 10:09 PM


All times are GMT +1. The time now is 05:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"