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

I am trying to create a formula and it is not working the formula i am trying
to create is

If C3 is < or = 37,500 mulitple by 7.5% if C3 is 37,0001 and < or equal go
$49,500 = 12% If C3 $49,501 and < or equal to $62,000
=20% If C3 $62,001 and < or equal to $74,500
=25%

Can anyone help? Thanks
--
Ghardy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 207
Default Formula Hel

Hardy,
Here is a formula with what you wrote. However, there are gaps between
37500 and 37501,49500 and 49501,62000 and 62001. In the gaps you will get a 0
(zero).
The formula:
"=IF(C3<=37500,C3*0.075,IF((C337501*AND(C3<=49500 )<C3*(0.12),IF((C349501*AND(C3<=62000),C3*(0.2),I F((C362001)*AND(C3<=74500),C3*(0.25),0))))

hth
Dennis

"Hardy" wrote:

I am trying to create a formula and it is not working the formula i am trying
to create is

If C3 is < or = 37,500 mulitple by 7.5% if C3 is 37,0001 and < or equal go
$49,500 = 12% If C3 $49,501 and < or equal to $62,000
=20% If C3 $62,001 and < or equal to $74,500
=25%

Can anyone help? Thanks
--
Ghardy

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Formula Hel

I take it that 37,0001 is a typo for 37,501
Also I think you need
If C3 is < or = 37,500 multiply by 7.5% if C3 is (OR EQUAL) 37,501 and <
or equal go $49,500 = 12% If C3 $49,501 (or EQUAL) and < or equal to
$62,000 =20% If C3 (OR EQUAL) $62,001 and < or equal to $74,500 =25%
But what happens when it is $74,500 ?

Some alternatives that you should test:
a)
=IF(C362000,C3*25%,IF(C349500,C3*20%,IF(C337000 ,C3*12%,C3*7.5%)))
b)
=IF(C362000,25%,IF(C349500,20%,IF(C337500,12%,7 .5%)))*C3
c)
(7.5% + 4.5%*(C337500) + 8%*(C349500) + 5%*(C362000))*C3
d)
=HLOOKUP(C3,{0,37501,49501,62001;0.75,0.12,0.2,0.2 5},2,TRUE)*C3
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Hardy" wrote in message
...
I am trying to create a formula and it is not working the formula i am
trying
to create is

If C3 is < or = 37,500 mulitple by 7.5% if C3 is 37,0001 and < or equal
go
$49,500 = 12% If C3 $49,501 and < or equal to $62,000
=20% If C3 $62,001 and < or equal to $74,500
=25%

Can anyone help? Thanks
--
Ghardy



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Formula Hel

THANK YOU..... IT WORKS PERFECT
--
Ghardy


"Sandy Mann" wrote:

Try:

=C3*LOOKUP(C3,{0,37001,49001,62001},{0.075,0.12,0. 2,0.25})

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Hardy" wrote in message
...
I am trying to create a formula and it is not working the formula i am
trying
to create is

If C3 is < or = 37,500 mulitple by 7.5% if C3 is 37,0001 and < or equal
go
$49,500 = 12% If C3 $49,501 and < or equal to $62,000
=20% If C3 $62,001 and < or equal to $74,500
=25%

Can anyone help? Thanks
--
Ghardy






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Formula Hel

And Bernard had temporarily forgotten about LOOKUP (no need for HLOOKUP)!
best wishes from New Scotland
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Sandy Mann" wrote in message
...
You are very welcome, I assume that you mean it works when you correct as
per what Bernard said, (I never even noticed the typo).

--
Regards,

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Hardy" wrote in message
...
THANK YOU..... IT WORKS PERFECT
--
Ghardy


"Sandy Mann" wrote:

Try:

=C3*LOOKUP(C3,{0,37001,49001,62001},{0.075,0.12,0. 2,0.25})

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Hardy" wrote in message
...
I am trying to create a formula and it is not working the formula i am
trying
to create is

If C3 is < or = 37,500 mulitple by 7.5% if C3 is 37,0001 and < or
equal
go
$49,500 = 12% If C3 $49,501 and < or equal to $62,000
=20% If C3 $62,001 and < or equal to $74,500
=25%

Can anyone help? Thanks
--
Ghardy









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 10:07 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"