Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Dave F wrote: What formula are you currently using? =FLOOR(x,5) Rounds the net pay to the nearest (lowest) $5 multiple. But then how can I re add this to the tax amount and calculate a new net figure? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your data above is in cells A1 to B6, you can add these labels
in A8 to A10: A8: Adjusted Net A9: Difference A10: Adjusted Tax and add these formulae in B8 to B10: B8: =FLOOR(B6,5) B9: =B6-B8 B10: =B2+B9 Hope this helps. Pete Gerard wrote: Dave F wrote: What formula are you currently using? =FLOOR(x,5) Rounds the net pay to the nearest (lowest) $5 multiple. But then how can I re add this to the tax amount and calculate a new net figure? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() You are spot on, Thanks for your time Pete Pete_UK wrote: Assuming your data above is in cells A1 to B6, you can add these labels in A8 to A10: A8: Adjusted Net A9: Difference A10: Adjusted Tax and add these formulae in B8 to B10: B8: =FLOOR(B6,5) B9: =B6-B8 B10: =B2+B9 Hope this helps. Pete Gerard wrote: Dave F wrote: What formula are you currently using? =FLOOR(x,5) Rounds the net pay to the nearest (lowest) $5 multiple. But then how can I re add this to the tax amount and calculate a new net figure? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome.
Pete Gerard wrote: You are spot on, Thanks for your time Pete Pete_UK wrote: Assuming your data above is in cells A1 to B6, you can add these labels in A8 to A10: A8: Adjusted Net A9: Difference A10: Adjusted Tax and add these formulae in B8 to B10: B8: =FLOOR(B6,5) B9: =B6-B8 B10: =B2+B9 Hope this helps. Pete Gerard wrote: Dave F wrote: What formula are you currently using? =FLOOR(x,5) Rounds the net pay to the nearest (lowest) $5 multiple. But then how can I re add this to the tax amount and calculate a new net figure? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create dictionary of terms, create first time user site | New Users to Excel | |||
Circular Reference... Help! | Excel Worksheet Functions | |||
Highest Value / Circular Reference Help | Excel Discussion (Misc queries) | |||
Highest Value / Circular Reference Help | Excel Worksheet Functions | |||
Circular reference | Excel Discussion (Misc queries) |