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

Yrly IncomeTax (15%)Tax (15%) Net Yearly
204000 30600 Tax Payeer ?
72000 10800 Non Tax Payeer ?
3400 510 Non Tax Payeer ?
176000 26400 Tax Payeer ?
162000 24300 Tax Payeer ?

Q.is if yrly income is 150000 add 25%, if it is more than 200000 add 30%
and if yearly income is less than 149000 do not add tax. Solve the problem.
Thanks...
Pravin

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Excel Formula

=IF(A2<=150000,0,IF(A2<=200000,A2*0.25,A2*0.3))

If this post helps click Yes
---------------
Jacob Skaria


"Pravin Chalise" wrote:

Yrly IncomeTax (15%)Tax (15%) Net Yearly
204000 30600 Tax Payeer ?
72000 10800 Non Tax Payeer ?
3400 510 Non Tax Payeer ?
176000 26400 Tax Payeer ?
162000 24300 Tax Payeer ?

Q.is if yrly income is 150000 add 25%, if it is more than 200000 add 30%
and if yearly income is less than 149000 do not add tax. Solve the problem.
Thanks...
Pravin

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
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Build excel formula using field values as text in the formula val kilbane Excel Worksheet Functions 2 April 18th 07 01:52 PM
Excel Formula Doesn't Execute (Shows formula-not the calcuation) Keys1970 Excel Discussion (Misc queries) 4 November 15th 06 02:12 PM
Excel 2002 formula displayed not value formula option not checked Dean Excel Worksheet Functions 1 February 28th 06 02:31 PM
How do I view formula results intead of formula in excel? davidinatlanta Excel Worksheet Functions 4 February 7th 06 03:02 PM


All times are GMT +1. The time now is 12:41 AM.

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"