Desktop Application


Go Back   CiteHR Home > Human Resource Section > Talk To Seniors





 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 20-11-2007, 06:39 PM
praveenr22's Avatar
Join Date: Aug 2007
Location: bangalore
Posts: 31
Default if function in excel

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;from5000 to 7999 its 60Rs; from 8000 to 9999 its 100Rs;from 10000 to 14999 its 150Rs; above 15000 its 200Rs. So please guide me to apply this slab into formula in excel sheet.

regards,
Praveen
Sponsors
  #2 (permalink)  
Old 20-11-2007, 07:01 PM
nilendrachand's Avatar
Join Date: Aug 2007
Location: Kolkata
Posts: 149
Default Re: if function in excel

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
  #3 (permalink)  
Old 21-11-2007, 12:49 PM
praveenr22's Avatar
Join Date: Aug 2007
Location: bangalore
Posts: 31
Default Re: if function in excel

Hi Nilendra,

Thanks for your help

regards
Praveen

   Post New Thread  Reply

Similar Topics

Downloads

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Thread Tags
excel, function

All trademarks and copyrights held by respective owners. Member comments & attachments are owned by the poster.
Privacy Policy | Disclaimer | Terms Of Service