#1   Report Post  
Posted to microsoft.public.excel.misc
Liz Liz is offline
external usenet poster
 
Posts: 133
Default Formula setup

Good morning. I am trying to figure out a formula that will automatically
show me which range the DAPC number falls into. For example,

DAPC 0% = <$16.98
$13.89 50% = $16.99 - 19.98
100% = $19.99 - 22.98
150% = $22.99 - 25.98
200% = $25.99
The formulat would need to give me the result of 0%, 50%, 100%, 150% or
200%. Any suggestions would be appreciated! Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default Formula setup

=LOOKUP(DAPC,{0,16.99,19.99,22.99,26},{0,0.5,1,1.5 ,2})

and format as a percentage

--
__________________________________
HTH

Bob

"Liz" wrote in message
...
Good morning. I am trying to figure out a formula that will automatically
show me which range the DAPC number falls into. For example,

DAPC 0% = <$16.98
$13.89 50% = $16.99 - 19.98
100% = $19.99 - 22.98
150% = $22.99 - 25.98
200% = $25.99
The formulat would need to give me the result of 0%, 50%, 100%, 150% or
200%. Any suggestions would be appreciated! Thank you



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default Formula setup

Hi

=if(A1<=16.98,"0%",if(A1<=19.98,"50%",if(a1<=22.98 ,"100%",if(a1<=25.98,"150%","250%")

"Liz" wrote:

Good morning. I am trying to figure out a formula that will automatically
show me which range the DAPC number falls into. For example,

DAPC 0% = <$16.98
$13.89 50% = $16.99 - 19.98
100% = $19.99 - 22.98
150% = $22.99 - 25.98
200% = $25.99
The formulat would need to give me the result of 0%, 50%, 100%, 150% or
200%. Any suggestions would be appreciated! Thank you

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
formula setup for number combinations The Deacon[_2_] Excel Worksheet Functions 11 April 8th 09 11:16 AM
formula setup Old Red One Excel Worksheet Functions 6 February 29th 08 11:18 PM
help with Hyperlink formula setup nastech Excel Discussion (Misc queries) 1 October 6th 07 11:54 AM
Formula setup / OFFSET problem nastech Excel Discussion (Misc queries) 1 September 30th 07 10:45 PM
how to setup formula? A. Toczko Excel Worksheet Functions 5 May 9th 05 02:22 AM


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