Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
I want to calculate TDS. But i have to two types of TDS like 2% and 10%. for Exampes B F H Deductee Code Amount TDS 194 C 15000.00 =IF(B4="194 C",ROUND(H4*10/100,0),0)Otherwise 2% 194 C 194 J How i should use this formula to deduct right percentage based on deductee ode. Regards |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=ROUND(F4*IF(B4="194 C",0.1,0.02),0)
Regards, Stefi €˛Rao Ratan Singh€¯ ezt Ć*rta: Hi all, I want to calculate TDS. But i have to two types of TDS like 2% and 10%. for Exampes B F H Deductee Code Amount TDS 194 C 15000.00 =IF(B4="194 C",ROUND(H4*10/100,0),0)Otherwise 2% 194 C 194 J How i should use this formula to deduct right percentage based on deductee ode. Regards |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you steffi.
"Stefi" wrote: =ROUND(F4*IF(B4="194 C",0.1,0.02),0) Regards, Stefi €˛Rao Ratan Singh€¯ ezt Ć*rta: Hi all, I want to calculate TDS. But i have to two types of TDS like 2% and 10%. for Exampes B F H Deductee Code Amount TDS 194 C 15000.00 =IF(B4="194 C",ROUND(H4*10/100,0),0)Otherwise 2% 194 C 194 J How i should use this formula to deduct right percentage based on deductee ode. Regards |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
Stefi €˛Rao Ratan Singh€¯ ezt Ć*rta: Thank you steffi. "Stefi" wrote: =ROUND(F4*IF(B4="194 C",0.1,0.02),0) Regards, Stefi €˛Rao Ratan Singh€¯ ezt Ć*rta: Hi all, I want to calculate TDS. But i have to two types of TDS like 2% and 10%. for Exampes B F H Deductee Code Amount TDS 194 C 15000.00 =IF(B4="194 C",ROUND(H4*10/100,0),0)Otherwise 2% 194 C 194 J How i should use this formula to deduct right percentage based on deductee ode. Regards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate time does not calculate | Excel Discussion (Misc queries) | |||
IF THERE ARE 9 P AND 5 A IN A ROW THEN HOW TO CALCULATE | Excel Worksheet Functions | |||
calculate | Excel Worksheet Functions | |||
CALCULATE OT AND DT | Excel Discussion (Misc queries) | |||
Calculate only if... | Excel Discussion (Misc queries) |