If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > If function Help!!!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-05-05, 23:56
Serious_Joe Serious_Joe is offline
Registered User
 
Join Date: Jan 2005
Posts: 1
Question If function Help!!!

I am trying to create a formula that will allow several options, here are the options

<85% = the cell times .12
>85% = 100% the cell times .15
>100% = 110% the cell times .20
>110% the cell times .30
Reply With Quote
  #2 (permalink)  
Old 01-06-05, 08:16
MikeTheBike MikeTheBike is offline
Registered User
 
Join Date: Apr 2004
Location: Derbyshire, UK
Posts: 714
Hi

Assuming cell A1 is 'the cell' in question then try this in the cell where you want the answer

=A1*IF(A1>1.1,0.3,IF(A1>1,0.2,IF(A1>0.85,0.15,0.12 )))

This assumes that A1 is a decimal formated as a percentage, (ie 1 dispays as 100%).


HTH

MTB
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On