Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I set a value greater or less than

I am working on a spread sheet that will allow me to accurately keep track of
my commissions with the least amount of effort... and i am stuck on 1
formula... and I apologize if it is very basic but I am teaching myself this
software.

I want the sheet to look at the value of w5 and if it is between 20-24 I
want it to say 15 in w7 between 25 and 31 = 25 32 and 36 27.50

I hope that is enoungh information... if not let me know what else you need

Thanks
Will
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default How do I set a value greater or less than

in W7:

=LOOKUP(W5,{20,25,32},{15,25,27.5})

add other values as required

The first set of data is lowest of your range e.g 20-24 =20, 25-32=25 etc.

These must be in ascending order.

HTH

"Docwhitley" wrote:

I am working on a spread sheet that will allow me to accurately keep track of
my commissions with the least amount of effort... and i am stuck on 1
formula... and I apologize if it is very basic but I am teaching myself this
software.

I want the sheet to look at the value of w5 and if it is between 20-24 I
want it to say 15 in w7 between 25 and 31 = 25 32 and 36 27.50

I hope that is enoungh information... if not let me know what else you need

Thanks
Will

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
I have Greater than, I need less than also rlee1999 Excel Worksheet Functions 3 December 12th 06 07:52 PM
Greater Than but Less than KaraGilsdorf Excel Worksheet Functions 5 October 18th 06 08:42 PM
IF greater than Zero dtruelove Excel Worksheet Functions 6 September 21st 06 03:06 PM
if greater then 99 then 1 if greater then 199 then two N.R. Excel Worksheet Functions 2 June 23rd 05 06:14 PM
Greater then/less then campsoup1988 Excel Worksheet Functions 5 January 16th 05 07:27 PM


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