Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Tax Table Formula in Single Cell

Look at the following spreadsheet, what is the best way to make the formula
in E9 so that it would apply to any value in E8. Currently the assumption is
made that the value is in the 25% max. tax rate?

http://netmation.com/taxratecalc.xls

Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,118
Default Tax Table Formula in Single Cell

Try one of these formulas

E9:
=SUM((E8{0,15650,63700,128500,195850,349700})*(E8-{0,15650,63700,128500,195850,349700})*({0.1,0.05,0 .1,0.03,0.05,0.2}))

OR....
F2: =+E2-N(E1)
Copy that formula down through F7

Then....
E9: =SUMPRODUCT((E8A2:A7)*(E8-A2:A7)*(F2:F7))

Does that help?

Regards,

Ron
Microsoft MVP (Excel)

"Al Franz" wrote in message
...
Look at the following spreadsheet, what is the best way to make the
formula in E9 so that it would apply to any value in E8. Currently the
assumption is made that the value is in the 25% max. tax rate?

http://netmation.com/taxratecalc.xls

Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Tax Table Formula in Single Cell

See

http://www.mcgimpsey.com/excel/variablerate.html

In article ,
"Al Franz" wrote:

Look at the following spreadsheet, what is the best way to make the formula
in E9 so that it would apply to any value in E8. Currently the assumption is
made that the value is in the 25% max. tax rate?

http://netmation.com/taxratecalc.xls

Thanks.

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
Making a 2 columned, 4 row table in a single cell for multiple row urlocaljeweler Excel Discussion (Misc queries) 0 December 10th 09 03:03 PM
Can Web Query retrieve a single HTML table cell? Joe Francisco Excel Discussion (Misc queries) 3 April 25th 06 06:18 PM
Using single cell reference as table array argument in Vlookup CornNiblet Excel Worksheet Functions 3 September 22nd 05 09:15 AM
single cell formula Jc New Users to Excel 2 September 21st 05 05:44 PM
Pasting Word table cell with paragraph markers into single Excel c Steve Excel Discussion (Misc queries) 1 June 16th 05 11:26 PM


All times are GMT +1. The time now is 04:33 PM.

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"