Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Desperate help needed on formula

Hi all,

really struggling with this one.........

I am trying to create a commision sheet where by when certain percentages
are reached different pay levels are met.....

ie

<75% = £35
76-100% = £45
101 = £55

I have tried using if formulas but will only give me a choice of two not
three :-(

Any ideas??????

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Desperate help needed on formula

Try the below and feedback..

Using IF statements...
=IF(A1<75,35,IF(A1<=100,45,IF(A1100,55)))


Alternatively if you have more conditions use LOOKUP will ease a bit easy
for you to edit and reuse...
=LOOKUP(A1,{0,1,75,101},{0,35,45,55})

If this post helps click Yes
---------------
Jacob Skaria


"prabbetts" wrote:

Hi all,

really struggling with this one.........

I am trying to create a commision sheet where by when certain percentages
are reached different pay levels are met.....

ie

<75% = £35
76-100% = £45
101 = £55

I have tried using if formulas but will only give me a choice of two not
three :-(

Any ideas??????

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
COPYING OFFSET FORMULA WITHOUT THE DATA RANGE CHANGING-DESPERATE SHELL Excel Worksheet Functions 5 August 10th 08 02:00 AM
If Formula - Desperate for help Gor_yee Excel Discussion (Misc queries) 3 August 3rd 08 07:33 PM
HELP! In desperate need of a formula Joanna Excel Discussion (Misc queries) 8 May 10th 08 03:24 AM
if statement" desperate insight is needed!!!!!! IF,Count, DCOUNT AHHHGGGGGGG! Chris Excel Worksheet Functions 1 November 9th 06 05:05 AM
Desperate Help needed with a function. Lori Excel Worksheet Functions 3 July 21st 05 03:19 AM


All times are GMT +1. The time now is 08:37 PM.

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"