Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 121
Default Greater Than 24 But Less Than 48 - If Statement

I want a €œ1€ to appear in cell N2 if in cell M2 I have greater than 24 but
less than 48. This is the IF statement that I have so far in cell N2.
=IF(Sheet1!M2=25,1,""). What do you think?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 913
Default Greater Than 24 But Less Than 48 - If Statement

On Tue, 3 Feb 2009 12:43:01 -0800, Workbook
wrote:

I want a “1” to appear in cell N2 if in cell M2 I have greater than 24 but
less than 48. This is the IF statement that I have so far in cell N2.
=IF(Sheet1!M2=25,1,""). What do you think?


Try this formula:

=IF(AND(Sheet1!M224,Sheet1!M2<48),1,"")

Hope this helps / Lars-Åke

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Greater Than 24 But Less Than 48 - If Statement

Hi

Try this

=IF(AND(Sheet1!M224,Sheet1!M2<48),1,"")

Mike

"Workbook" wrote:

I want a €œ1€ to appear in cell N2 if in cell M2 I have greater than 24 but
less than 48. This is the IF statement that I have so far in cell N2.
=IF(Sheet1!M2=25,1,""). What do you think?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 121
Default Greater Than 24 But Less Than 48 - If Statement

Thank you, this is very helpful to me.

"Lars-Ã…ke Aspelin" wrote:

On Tue, 3 Feb 2009 12:43:01 -0800, Workbook
wrote:

I want a €œ1€ to appear in cell N2 if in cell M2 I have greater than 24 but
less than 48. This is the IF statement that I have so far in cell N2.
=IF(Sheet1!M2=25,1,""). What do you think?


Try this formula:

=IF(AND(Sheet1!M224,Sheet1!M2<48),1,"")

Hope this helps / Lars-Ã…ke


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 121
Default Greater Than 24 But Less Than 48 - If Statement

Fantastic! Thank you Mike. You're input is valuable to me.

Ed

"Mike H" wrote:

Hi

Try this

=IF(AND(Sheet1!M224,Sheet1!M2<48),1,"")

Mike

"Workbook" wrote:

I want a €œ1€ to appear in cell N2 if in cell M2 I have greater than 24 but
less than 48. This is the IF statement that I have so far in cell N2.
=IF(Sheet1!M2=25,1,""). What do you think?

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
Embedding an OR statement in an IF statement efficiently Chatnoir11 Excel Discussion (Misc queries) 4 February 2nd 09 08:12 PM
Using IF statement to evaluate Greater or Less than Conditions Shams Excel Discussion (Misc queries) 2 April 3rd 08 04:49 PM
Greater Than/Less Than Question (IF statement?) Bill Excel Worksheet Functions 2 February 16th 08 03:28 PM
IF STATEMENT, GREATER THEN 0 ADD ANOTHER CELLS AMOUNT Karine Excel Worksheet Functions 2 November 19th 07 09:14 PM
Nested If statement to find greater than but less than numbers Aaron Excel Worksheet Functions 3 November 10th 06 03:14 AM


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