Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default greater than larger than

say cell a1 has a figure, say 10, and i want that figure to put into
cell b1, a 1, if the figure in a1 is less that 8 but greater than 0,
how would i express that in a formula?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default greater than larger than

I think you mean this in B1:

=IF(AND(A1<0,A1<8),1,0)

will put 1 into B1 if A1 is between 0 and 8, otherwise B1 will be set
to zero.

Hope this helps.

Pete

On Sep 21, 11:07 pm, excel wrote:
say cell a1 has a figure, say 10, and i want that figure to put into
cell b1, a 1, if the figure in a1 is less that 8 but greater than 0,
how would i express that in a formula?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default greater than larger than

I'm sure Pete means:

=IF(AND(A10,A1<8),1,0)


--
Regards,
Fred


"Pete_UK" wrote in message
ups.com...
I think you mean this in B1:

=IF(AND(A1<0,A1<8),1,0)

will put 1 into B1 if A1 is between 0 and 8, otherwise B1 will be set
to zero.

Hope this helps.

Pete

On Sep 21, 11:07 pm, excel wrote:
say cell a1 has a figure, say 10, and i want that figure to put into
cell b1, a 1, if the figure in a1 is less that 8 but greater than 0,
how would i express that in a formula?





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default greater than larger than

Yes, I did Fred - thanks (bit late here in the UK !!)

Pete

On Sep 21, 11:58 pm, "Fred Smith" wrote:
I'm sure Pete means:

=IF(AND(A10,A1<8),1,0)

--
Regards,
Fred

"Pete_UK" wrote in message

ups.com...



I think you mean this in B1:


=IF(AND(A1<0,A1<8),1,0)


will put 1 into B1 if A1 is between 0 and 8, otherwise B1 will be set
to zero.


Hope this helps.


Pete


On Sep 21, 11:07 pm, excel wrote:
say cell a1 has a figure, say 10, and i want that figure to put into
cell b1, a 1, if the figure in a1 is less that 8 but greater than 0,
how would i express that in a formula?- Hide quoted text -


- Show quoted text -



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default greater than larger than

On Sep 22, 11:13 am, Pete_UK wrote:
Yes, I did Fred - thanks (bit late here in the UK !!)

Pete

On Sep 21, 11:58 pm, "Fred Smith" wrote:



I'm sure Pete means:


=IF(AND(A10,A1<8),1,0)


--
Regards,
Fred


"Pete_UK" wrote in message


oups.com...


I think you mean this in B1:


=IF(AND(A1<0,A1<8),1,0)


will put 1 into B1 if A1 is between 0 and 8, otherwise B1 will be set
to zero.


Hope this helps.


Pete


On Sep 21, 11:07 pm, excel wrote:
say cell a1 has a figure, say 10, and i want that figure to put into
cell b1, a 1, if the figure in a1 is less that 8 but greater than 0,
how would i express that in a formula?- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


Thank you both, worked a treat.

Esra



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default greater than larger than

=(A10)*(A1<8)


"excel" wrote:

say cell a1 has a figure, say 10, and i want that figure to put into
cell b1, a 1, if the figure in a1 is less that 8 but greater than 0,
how would i express that in a formula?


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
Vlookup to return larger value yhm Excel Discussion (Misc queries) 5 July 5th 07 11:20 AM
How do I get a larger font in the HELP panels? toyf Excel Discussion (Misc queries) 1 December 28th 06 02:00 AM
Importing from a larger csv CW Excel Discussion (Misc queries) 5 November 1st 06 08:25 PM
IF in combination with larger than tom ossieur Excel Worksheet Functions 4 July 13th 06 10:31 AM
I need a larger "IF" Formula... Drew Excel Discussion (Misc queries) 4 August 2nd 05 08:59 AM


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