Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to teach myself EXCEL by working through problems in a workbook.
Unfortunately I've hit a wall with the following problem: I have the following values : Social Security Tax Withheld YTD, current Gross pay, Social Security tax rate of .062. The worksheet I'm working assigns column G for current social security tax, I'm given the information that the maximum Social Security Tax Withheld YTD should not exceed a manimum value of 5394 but I haven't been able to figure out the formula for this. So far I have =IF(E4+(F4*0.062)<=5394,F4*0.062,"F4*.062 not to exceed 5394") but don't know how to insert the value for the "not to exceed" Thanks for any help offered! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perhaps: =IF(E4+(F4*0.062)<5394,F4*0.062,5394)
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "lja57" wrote in message ... I'm trying to teach myself EXCEL by working through problems in a workbook. Unfortunately I've hit a wall with the following problem: I have the following values : Social Security Tax Withheld YTD, current Gross pay, Social Security tax rate of .062. The worksheet I'm working assigns column G for current social security tax, I'm given the information that the maximum Social Security Tax Withheld YTD should not exceed a manimum value of 5394 but I haven't been able to figure out the formula for this. So far I have =IF(E4+(F4*0.062)<=5394,F4*0.062,"F4*.062 not to exceed 5394") but don't know how to insert the value for the "not to exceed" Thanks for any help offered! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
=MIN(5394,TaxFormula) Arvi Laanemets "lja57" wrote in message ... I'm trying to teach myself EXCEL by working through problems in a workbook. Unfortunately I've hit a wall with the following problem: I have the following values : Social Security Tax Withheld YTD, current Gross pay, Social Security tax rate of .062. The worksheet I'm working assigns column G for current social security tax, I'm given the information that the maximum Social Security Tax Withheld YTD should not exceed a manimum value of 5394 but I haven't been able to figure out the formula for this. So far I have =IF(E4+(F4*0.062)<=5394,F4*0.062,"F4*.062 not to exceed 5394") but don't know how to insert the value for the "not to exceed" Thanks for any help offered! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need spreadsheet for the calculation of FUTA & SUTA payroll taxes | Excel Discussion (Misc queries) | |||
Equation Editor- problem when editing an equation | Excel Discussion (Misc queries) | |||
Need Help with #N/A in equation | Excel Discussion (Misc queries) | |||
Averaging/Rounding Equation problem | Excel Discussion (Misc queries) | |||
Need formula for budgeting payroll taxes. | Excel Worksheet Functions |