Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duck
 
Posts: n/a
Default I need a formmula to gives a % split for dif. $ amounts


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default I need a formmula to gives a % split for dif. $ amounts

Bit sparse on detail.

A guess

=A1/A2 and format as percentage.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Duck" wrote in message
...



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duck
 
Posts: n/a
Default I need a formmula to gives a % split for dif. $ amounts

Im tying to put the retail price in E3 and calculate the % in F3 and G3
$0 to $2000 53% 47% split $2001 to $8000 57% 43% split $8000 up 61% 39% split
So it will recognize each price break.
Can this be done?

This only will come up with the first percentage break.
=IF(E30,47%*E3,IF(E3<=2001,43%*E3<=$8001,39%*E3))


"Bob Phillips" wrote:

Bit sparse on detail.

A guess

=A1/A2 and format as percentage.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Duck" wrote in message
...




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default I need a formmula to gives a % split for dif. $ amounts

F3: =E3*VLOOKUP(E3,{0,0.53;2001,0.57;8001,0.61},2)
G3: = E3-F3

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Duck" wrote in message
...
I'm tying to put the retail price in E3 and calculate the % in F3 and G3
$0 to $2000 53% 47% split $2001 to $8000 57% 43% split $8000 up 61% 39%

split
So it will recognize each price break.
Can this be done?

This only will come up with the first percentage break.
=IF(E30,47%*E3,IF(E3<=2001,43%*E3<=$8001,39%*E3))


"Bob Phillips" wrote:

Bit sparse on detail.

A guess

=A1/A2 and format as percentage.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Duck" wrote in message
...






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
HOW DO MATCH AND ELIMINATE AMOUNTS IN TWO COLUMNS IN EXCEL SNOWBREEZE3 Excel Worksheet Functions 1 October 13th 05 09:10 PM
Killing the split window RWN Setting up and Configuration of Excel 2 October 9th 05 06:21 AM
Enable a new dimention: sub-level of split cells yarp Excel Discussion (Misc queries) 3 August 8th 05 04:11 PM
How do I split the y-axis scale on a chart? Chaz Charts and Charting in Excel 2 April 27th 05 10:13 PM
sumproduct to add total amounts for the month Annette Excel Worksheet Functions 6 November 24th 04 03:39 PM


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