#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Multiple IF formulas

Can I put more than on IF formula in a cell?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Multiple IF formulas

Yes, there are several ways to do that. What are you really trying to do?


One way:

=IF(<condition1,1, 2) + IF(<condition2, 3, 4)


another:

=IF(<condition1, 1, IF(<condition2, 2, 3))


In article ,
sriddle wrote:

Can I put more than on IF formula in a cell?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Multiple IF formulas

Yes.

I think you can nest upto seven IFs in a formula.

=IF(cond1,IF(cond2,do_true_2,do_false_2),do_false_ 1) ...

"sriddle" wrote:

Can I put more than on IF formula in a cell?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Multiple IF formulas

Yes, here's one example with 3 IFs:

=IF(A1="","blank",IF(A1<0,"negative",IF(A10,"posi tive","zero")))

Hope this helps.

Pete

On Dec 9, 11:35*pm, sriddle wrote:
Can I put more than on IF formula in a cell?


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
How do you use multiple if formulas with multiple choices? LubberLou Excel Worksheet Functions 7 September 10th 08 10:12 PM
Multiple formats in a single cell with multiple formulas Zakhary Excel Worksheet Functions 1 May 2nd 08 12:08 AM
Multiple-Value formulas EricB Excel Worksheet Functions 6 May 14th 07 01:26 PM
Sort multiple columns with multiple formulas without returning #R bellsjrb Excel Worksheet Functions 0 July 14th 06 10:01 AM
Multiple Formulas Sharon Excel Discussion (Misc queries) 2 February 24th 05 12:49 AM


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

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"