Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See if this helps...
B1 = price = 100 B2 = discount = 22.33 B3 = tax = 3.25% Price - discount = 77.67 3.25% tax on 77.67 = 80.14928 Rounded to the nearest whole dollar: =ROUND((B1-B2)*(1+B3),0) = 80 -- Biff Microsoft Excel MVP "Rao Ratan Singh" wrote in message ... Sir, I am very thankful to you. But another problem is how to minus discount amount which on Total amount before Tax. Regards RR Singh "T. Valko" wrote: If you want to round to the nearest whole number: =ROUND(your_formula,0) -- Biff Microsoft Excel MVP "Rao Ratan Singh" wrote in message ... Thank you T. Valko, I am very much grateful to you. One more thing - I want that it should calculate round means i dont want e.g 2018.80. I wnat 2019.00 I hope you will solve this problem also "T. Valko" wrote: Try this... =SUM(SUMIF(B2:B8,{"F&B";"Alchoholic Beverage"},E2:E8)*{0.14;0.2}) -- Biff Microsoft Excel MVP "Rao Ratan Singh" wrote in message ... Sir, I am going to a creat sheet for invoice. I want a formula that can calculate taxes with two different rates based on item name. means - when it found in the particular range "F&B" it should be calculate 14% tax on Amount and if it found "Alchoholic Beverage" then it should calculate 20% on amount Format is S.No. Descption Qty Rate Amount 01 F&B 2 150 300 02 Alch Bevrg 6 300 1800 SubTotal 2100 Tax = Grand Total = . . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How i count coulm by conditon | Excel Discussion (Misc queries) | |||
If statement - can it stop once a conditon is reached? | Excel Worksheet Functions | |||
copying conditon formats with $ | Excel Worksheet Functions | |||
Get data with certain conditon | Excel Discussion (Misc queries) | |||
How to determine the number from given conditon? | Excel Discussion (Misc queries) |