Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Needing help with a Function on Excel.

Hey guys. I'm having a bit of problems figuring out the correct function to use for what I'm needing it for. Starting on column A2 through A 40 is a list of paycheck amounts. I need column B to show how much in taxes was removed from each row, at 30%. For example if Column A2 has 800.00, Column B2 should read 240.00. Also, I'd like for Column C2 to have the final amount from the Tax reduction. For example if A2 is 800.00, and in B2 the taxes taken out is 240.00, then Column C2 should read 560.00.

If anyone can help me out, I'd greatly appreciate it.
  #2   Report Post  
Senior Member
 
Posts: 663
Default

Quote:
Originally Posted by Ezoriel View Post
Hey guys. I'm having a bit of problems figuring out the correct function to use for what I'm needing it for. Starting on column A2 through A 40 is a list of paycheck amounts. I need column B to show how much in taxes was removed from each row, at 30%. For example if Column A2 has 800.00, Column B2 should read 240.00. Also, I'd like for Column C2 to have the final amount from the Tax reduction. For example if A2 is 800.00, and in B2 the taxes taken out is 240.00, then Column C2 should read 560.00.

If anyone can help me out, I'd greatly appreciate it.
B2 would be =A2*0.3
and C2 would be =A2-B2
Then copy down as necessary.

Simple as that...
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Needing help with a Function on Excel.

Hi Ezoriel,

Am Tue, 31 Jul 2012 02:57:54 +0000 schrieb Ezoriel:

Hey guys. I'm having a bit of problems figuring out the correct function
to use for what I'm needing it for. Starting on column A2 through A 40
is a list of paycheck amounts. I need column B to show how much in taxes
was removed from each row, at 30%. For example if Column A2 has 800.00,
Column B2 should read 240.00. Also, I'd like for Column C2 to have the
final amount from the Tax reduction. For example if A2 is 800.00, and in
B2 the taxes taken out is 240.00, then Column C2 should read 560.00.


your thinking wrong.
Column A is Price including 30% of tax, os column A is 130 % of Price
Column B is =A2/130*30
column C is =A2-B2 or =A2/130*100

If you calculate in your exanple 560.00 * 1,3 you will get 728
and not 800


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
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
Newbie needing help with nested VLOOKUP IF function.... Draven Excel Discussion (Misc queries) 1 January 25th 12 12:12 AM
Needing Help Very Bad Mike Excel Worksheet Functions 6 July 19th 06 07:23 AM
Needing to re-order a datatable display on an Excel chart Poody Charts and Charting in Excel 0 April 11th 06 01:40 PM
student needing help w/vlookup function grading criteria Julie Excel Worksheet Functions 2 October 21st 05 01:13 PM
Function and needing to Refresh Mike Excel Programming 2 December 24th 03 04:22 PM


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