Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 26
Default Nesting IF's and AND's - a bit of help please...

Hi. I have 3 formula's which I would like merging into one?

=IF(AND(C3<$B$1,C31/1/1,D3=""),"N","")

=IF(AND(C3$B$1,D3=""),"M","")

=IF(AND(C31/1/1,D31/1/1),"Y","")

I would like all these as one formula in cell E3?

I've had a try myself but am not very good at nesting functions....

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Nesting IF's and AND's - a bit of help please...

I think you've confused everyone with this expression:

1/1/1

As it's written in your formula, it evaluates to:

1 divided by 1 divided by 1

Which equals 1.

Is that really what you had in mind?

--
Biff
Microsoft Excel MVP


"neilcarden" wrote in message
...

Hi. I have 3 formula's which I would like merging into one?

=IF(AND(C3<$B$1,C31/1/1,D3=""),"N","")

=IF(AND(C3$B$1,D3=""),"M","")

=IF(AND(C31/1/1,D31/1/1),"Y","")

I would like all these as one formula in cell E3?

I've had a try myself but am not very good at nesting functions....

Thanks in advance.




--
neilcarden



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Nesting IF's and AND's - a bit of help please...

Hi,
Try this:
=IF(AND(C3<$B$1,C31/1/1,D3=""),"N",IF(AND(C3$B$1,D3=""),"M",IF(AND(C31/1/1,D31/1/1),"Y","")))


"neilcarden" wrote:


Hi. I have 3 formula's which I would like merging into one?

=IF(AND(C3<$B$1,C31/1/1,D3=""),"N","")

=IF(AND(C3$B$1,D3=""),"M","")

=IF(AND(C31/1/1,D31/1/1),"Y","")

I would like all these as one formula in cell E3?

I've had a try myself but am not very good at nesting functions....

Thanks in advance.




--
neilcarden

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
IF's & AND's Dave Excel Discussion (Misc queries) 1 September 4th 07 12:08 PM
Too Many If's Rianne Excel Worksheet Functions 10 March 22nd 07 08:13 PM
IF's karensa Excel Worksheet Functions 4 December 27th 06 10:05 PM
SUMPRODUCT with AND's and OR's? Ronny Hamida Excel Worksheet Functions 3 July 10th 06 10:57 PM
How many 'if's'? Lynneth Excel Discussion (Misc queries) 1 May 4th 06 03:59 PM


All times are GMT +1. The time now is 03:54 AM.

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"