Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 37
Default Logical formulas

I think I got this in the wrong Discussion group. I put it General
Discussion before but I think it belongs here. Original Message below:

I must admit. I am horrible at logical functions. I am trying to compose a
formula that will return a value of "1" if number is greater than 1, less
than 4, greater than 949, and less than 991. Here is what I have now but it
is not working: =IF(AND(G70,G7<4,G7949,G7<991),1,0)

Any help would be awesome!

--
-CRM
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,118
Default Logical formulas

Try this:

=IF(OR(AND(G70,G7<4),AND(G7949,G7<991)),1,0)

Does that help?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"saltnsnails" wrote in message
...
I think I got this in the wrong Discussion group. I put it General
Discussion before but I think it belongs here. Original Message below:

I must admit. I am horrible at logical functions. I am trying to compose
a
formula that will return a value of "1" if number is greater than 1, less
than 4, greater than 949, and less than 991. Here is what I have now but
it
is not working: =IF(AND(G70,G7<4,G7949,G7<991),1,0)

Any help would be awesome!

--
-CRM



  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5,651
Default Logical formulas

On Tue, 19 Feb 2008 08:56:02 -0800, saltnsnails
wrote:

I think I got this in the wrong Discussion group. I put it General
Discussion before but I think it belongs here. Original Message below:

I must admit. I am horrible at logical functions. I am trying to compose a
formula that will return a value of "1" if number is greater than 1, less
than 4, greater than 949, and less than 991. Here is what I have now but it
is not working: =IF(AND(G70,G7<4,G7949,G7<991),1,0)

Any help would be awesome!


Please don't multipost. There are answers in the other group to which you
posted.
--ron
  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Logical formulas

Most of the regulars monotor all Excel news groups so there is not really a
"wrong" news group.

If you need answers to a complex VBA problem the programming group could be
considered the "right" group, otherwise see above.


Gord Dibben MS Excel MVP

On Tue, 19 Feb 2008 08:56:02 -0800, saltnsnails
wrote:

I think I got this in the wrong Discussion group. I put it General
Discussion before but I think it belongs here. Original Message below:


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
Logical Angeline Excel Discussion (Misc queries) 1 December 13th 07 05:57 AM
Logical Formulas debinnyc Excel Worksheet Functions 3 August 7th 07 05:02 PM
Combine logical formulas "if", "and", "or" pscu Excel Discussion (Misc queries) 5 November 2nd 06 07:43 PM
logical formulas in excel c.welch Excel Discussion (Misc queries) 3 March 16th 06 02:58 AM
Can logical formulas be used to build accounts receivable workshe. Kev270 Excel Worksheet Functions 2 October 8th 05 01:11 AM


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