Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Dollar Range to Percentage

Have column with multiple rows with differnet dollar amounts. What I would
like to do is write a formula outlining a percentage for a dollar range:

$0 - $25,000 = 4%

Column A Column B
$10,000 4%
$15,000 4%
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Dollar Range to Percentage

In B1 enter:
=IF((A10)*(A1<24999),4%,"") and format B1 as percentage

--
Gary''s Student - gsnu200770


"Dimitri" wrote:

Have column with multiple rows with differnet dollar amounts. What I would
like to do is write a formula outlining a percentage for a dollar range:

$0 - $25,000 = 4%

Column A Column B
$10,000 4%
$15,000 4%

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Dollar Range to Percentage

Gary:

That work's great! But here is the second part (and I do apologize to do
this in stages but I only ask after I have tried to make it work).

$0 - $25,000 = 4%
$25,000 - $50,000 = 5%
$50000 - $75,000 = 6%
$75,000 + = 7%

Column A Column B
$10,000 4%
$15,000 4%
$35,000 5%
$55,000 6%
$85,000 7%

Dimitri


"Gary''s Student" wrote:

In B1 enter:
=IF((A10)*(A1<24999),4%,"") and format B1 as percentage

--
Gary''s Student - gsnu200770


"Dimitri" wrote:

Have column with multiple rows with differnet dollar amounts. What I would
like to do is write a formula outlining a percentage for a dollar range:

$0 - $25,000 = 4%

Column A Column B
$10,000 4%
$15,000 4%

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Dollar Range to Percentage

B is
=IF(AND(A1=0,A1<=25000),"4%","0%")

Dimitri wrote:

Have column with multiple rows with differnet dollar amounts. What I would
like to do is write a formula outlining a percentage for a dollar range:

$0 - $25,000 = 4%

Column A Column B
$10,000 4%
$15,000 4%


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
Dollar Range to Percentage Dimitri Excel Discussion (Misc queries) 3 February 27th 08 06:13 PM
Using the If() Function for a percentage range season Excel Worksheet Functions 3 February 13th 08 09:31 PM
Percentage within a range Danielle Excel Worksheet Functions 4 February 5th 07 04:32 PM
Excel Function for max of percentage or dollar amount Keeprogoal Excel Worksheet Functions 3 July 28th 06 09:29 PM
Assign a dollar amount to a corresponding number in a range of num slh Excel Discussion (Misc queries) 3 May 19th 05 01:30 AM


All times are GMT +1. The time now is 05:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"