praveenr22
2

Hi All, I should put professional tax slab in excel. Slab for professional tax in bangalore are till 3000 its nil;from 3000 to 4999 its 30Rs; from 5000 to 7999 its 60Rs; from 8000 to 9999 its 100 Rs; from 10000 to 14999 its 150 Rs; above 15000 its 200R s. So please guide me to apply this slab into formula in excel sheet.
From India, Bangalore
nilendrachand
18

Pl use this formula, =IF(A1>=15000,"200",IF(A1>=10000,"150",IF(A1>=8000,"100",IF(A1>=5000,"60",IF(A1>=3000,"30",IF(A1>=0,"0")))))) I hope this solves your query Regards, Nilendra

rameshpuru
Good Nilendra, but if we remove " " those symbol we can sum it, otherwise total sum difficult to do. Ramesh P.
From India, Bangalore
debanjanaraha
hI, Even im trying to apply the same formula but its not happening , but my salary slab is different so please help to create IF formula . My Salary slab of Kolkata IS 0-8500 is Nil, 8501-10000-90, 10001-15000 IS 110, 15001-25000 is 130, 25001-40000 is 150 and above 40000 is 200
From India, Kolkata
Anonymous
3

Hi Debanjana Raha,
The PTax formula for West Bengal is as below
IF(AND(M8>8501,M8<10001),90,IF(AND(M8>10001,M8<150 01),110,IF(AND(M8>15001,L8<25001),130,IF(AND(M8>25 001,M8<40001),150,IF(M8>40001,200,0)))))
Note : M8 is the Gross Salary Cell
Hi Praveen,
The PTax formula for Karnataka is as below
IF(AND(M8>3001,M8<5000),30,IF(AND(M8>5000,M8<8000) ,60,IF(AND(M8>8000,L8<10000),100,IF(AND(M8>10000,M 8<15000),150,IF(M8>15000,200,0)))))

From India, Kolkata
Sumit Jhawar
3

[QUOTE=Sumit Jhawar;2226293]Hi Debanjana Raha,
The PTax formula for West Bengal is as below
IF(AND(M8>8501,M8<10001),90,IF(AND(M8>10001,M8<150 01),110,IF(AND(M8>15001,L8<25001),130,IF(AND(M8>25 001,M8<40001),150,IF(M8>40001,200,0)))))
Note : M8 is the Gross Salary Cell
Hi Praveen,
The PTax formula for Karnataka is as below
IF(AND(M8>3001,M8<5000),30,IF(AND(M8>5000,M8<8000) ,60,IF(AND(M8>8000,L8<10000),100,IF(AND(M8>10000,M 8<15000),150,IF(M8>15000,200,0)))))
Note : M8 is the Gross Salary Cell

From India, Kolkata
Sumit Jhawar
3

Hi Debanjana Raha,
The PTax formula for West Bengal is as below
IF(AND(M8>8501,M8<10001),90,IF(AND(M8>10001,M8<150 01),110,IF(AND(M8>15001,L8<25001),130,IF(AND(M8>25 001,M8<40001),150,IF(M8>40001,200,0)))))
Note : M8 is the Gross Salary Cell
Hi Praveen,
The PTax formula for Karnataka is as below
IF(AND(M8>3001,M8<5000),30,IF(AND(M8>5000,M8<8000) ,60,IF(AND(M8>8000,L8<10000),100,IF(AND(M8>10000,M 8<15000),150,IF(M8>15000,200,0)))))
Note : M8 is the Gross Salary Cell

From India, Kolkata
tarte_ambarish
5

While the usage if Multiple IFs is apt in this case, I'd rather use VLOOKUP with 1 (TRUE) here.
Creating a data table with the given data and then applying VLOOKUP would save a few minutes I think.

From India, Mumbai
bhavishya.kr
Hi All, Can you please help me with PT formula in one cell for all state. if i select the state and inter the gross then it shoud be calculate accordingly basis on state and gross.
From India, Noida
smnisar
1

Hi All, The PTax formula for Madhya Pradesh is as below IF(AND(N11>1,W11<18749),0,IF(AND(N11>18749,W11<25000),125,IF(AND(N11>24999,W11<33334),167,IF(AND(N11>33333,W11<120000),208,0))))
From India, undefined
Community Support and Knowledge-base on business, career and organisational prospects and issues - Register and Log In to CiteHR and post your query, download formats and be part of a fostered community of professionals.






Contact Us Privacy Policy Disclaimer Terms Of Service

All rights reserved @ 2024 CiteHR ®

All Copyright And Trademarks in Posts Held By Respective Owners.