Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default If then formula with multiple Ifs

I stumbled across the forum while looking for an answer for this issue.

Thanks in advance, and looks like I will be spending alot of time on this forum!

I want to use the if Then function, for:

I cell A1< A10 and A1< A15 and A1< A20 then, 1 for true and 0 for false.

Seems like it should be possible but can't get it to work.

Thanks
  #2   Report Post  
Senior Member
 
Location: Belo Horizonte, Brazil
Posts: 170
Thumbs up

Quote:
Originally Posted by R&I Guy View Post
I stumbled across the forum while looking for an answer for this issue.
Thanks in advance, and looks like I will be spending alot of time on this forum!
I want to use the if Then function, for:
I cell A1< A10 and A1< A15 and A1< A20 then, 1 for true and 0 for false.
Seems like it should be possible but can't get it to work.
Thanks
Help from Brazil
Hi R&I Guy

Try to do like this:
=IF(AND(A1<A10,A1<A15,A1<A20),1,0)

Tell me if it´s what you desire.

Have a nice day.
__________________
I hope it can help you.

Best regards,
Marcilio Lobão
---------------------------
Belo Horizonte, Brazil
  #3   Report Post  
Junior Member
 
Posts: 2
Default

Quote:
Originally Posted by Mazzaropi View Post
Help from Brazil
Hi R&I Guy

Try to do like this:
=IF(AND(A1<A10,A1<A15,A1<A20),1,0)

Tell me if it´s what you desire.

Have a nice day.
That is perfect! Thank you!
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default If then formula with multiple Ifs

Hi,

Am Fri, 12 Apr 2013 16:34:07 +0000 schrieb R&amp;I Guy:

I cell A1< A10 and A1< A15 and A1< A20 then, 1 for true and 0 for
false.


try:
=A1=MIN(A1,A10,A15,A20)
or:
=--(A1=MIN(A1,A10,A15,A20))


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
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
multiple IF Formula help, Please Karen Excel Worksheet Functions 4 July 9th 09 05:16 PM
Help with multiple needs formula markythesk8erboi Excel Programming 0 April 2nd 08 07:42 PM
formula to add multiple lines with multiple meanings chubbybat Excel Discussion (Misc queries) 1 March 3rd 08 10:28 AM
Formula to sum multiple columns on multiple criteria vito Excel Discussion (Misc queries) 2 November 15th 07 03:30 PM
HELP!! Multiple Formula Chantz Excel Discussion (Misc queries) 7 June 20th 07 05:05 AM


All times are GMT +1. The time now is 06:40 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"