Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
sonicj
 
Posts: n/a
Default Multiple IF functions

I need one function to always be true and then two IF functions, but can't
seem to get them all to work together.
=C1*.005,IF(B1=A1,C1*.01,"NO"),IF(B1=D1,C1*.012, "NO")
Thank you.
  #2   Report Post  
sonicj
 
Posts: n/a
Default

In addition, I've tried this,

=IF(C11,C1*.005,IF(B1=A1,C1*.01,IF(B1=D1,C1*.01 2,"NO")))

but keep getting the result from the first IF function no matter what I
enter for B1. Thank you.

"sonicj" wrote:

I need one function to always be true and then two IF functions, but can't
seem to get them all to work together.
=C1*.005,IF(B1=A1,C1*.01,"NO"),IF(B1=D1,C1*.012, "NO")
Thank you.

  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

but keep getting the result from the first IF function no
matter what I enter for B1.


=IF(C11

If that condition is true the formula stops at this point:

=IF(C11,C1*.005)

It doesn't matter what you enter in B1 because the formula
never gets that far if C11.

There's nothing wrong with the formula' syntax. May be
that the logic is just not correct for the result you're
after.

Biff

-----Original Message-----
In addition, I've tried this,

=IF(C11,C1*.005,IF(B1=A1,C1*.01,IF

(B1=D1,C1*.012,"NO")))

but keep getting the result from the first IF function no

matter what I
enter for B1. Thank you.

"sonicj" wrote:

I need one function to always be true and then two IF

functions, but can't
seem to get them all to work together.
=C1*.005,IF(B1=A1,C1*.01,"NO"),IF(B1=D1,C1*.012, "NO")
Thank you.

.

  #4   Report Post  
Michael
 
Posts: n/a
Default

Hi
Try this:
=IF(B1=A1,C1*0.11,IF(B1=D1,C1*0.012,IF(C11,C1*0 .005,"NO")))

HTH
Michael

"sonicj" wrote:

I need one function to always be true and then two IF functions, but can't
seem to get them all to work together.
=C1*.005,IF(B1=A1,C1*.01,"NO"),IF(B1=D1,C1*.012, "NO")
Thank you.

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 I use multiple nested functions? TeeJay Excel Worksheet Functions 3 February 20th 05 05:09 PM
Best technique to perform multiple calculations ? [email protected] Excel Worksheet Functions 5 January 25th 05 03:49 AM
# of Functions per cell SUB-ZERO Excel Worksheet Functions 3 January 23rd 05 10:35 PM
XML / parent with multiple children and with multiple children Richard Excel Discussion (Misc queries) 0 January 5th 05 11:49 AM
Count rows based on multiple criteria Murph Excel Worksheet Functions 1 October 28th 04 07:13 AM


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

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

About Us

"It's about Microsoft Excel"