#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Formula Help

I am in the precess of finalising electronic rosters for a small company and
cannot seem to find a way to incorperate a manning guide successfully.

I simply wish to be able to display a number of my choice in one colum and e
related number in my second colum.

eg
Range of 0 to 300 to equal 3
Range of 301 - 455 to equal 4
Range of 456 to 707 to equal 5

any help would be great

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Formula Help

Try this, assuming the determining number is in A1:

=IF(A1<=300,3,IF(A1<=455,4,5))

You didn't say what you wanted if the number was above 707, so this
formula will still return 5 in that situation. If you wanted to return
some other value (eg 6) if the number exceeded 707, then amend it to
this:

=IF(A1<=300,3,IF(A1<=455,4,IF(A1<=707,5,6)))

Hope this helps.

Pete

On May 7, 10:15*am, Jim87 wrote:
I am in the precess of finalising electronic rosters for a small company and
cannot seem to find a way to incorperate a manning guide successfully.

I simply wish to be able to display a number of my choice in one colum and e
related number in my second colum.

eg
Range of 0 to 300 to equal 3
Range of 301 - 455 to equal 4 * * * * * * * * * * * * * * * * * * * *
Range of 456 to 707 to equal 5

any help would be great


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



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