Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
lja57
 
Posts: n/a
Default Payroll equation for SS taxes

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default Payroll equation for SS taxes

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default Payroll equation for SS taxes

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need spreadsheet for the calculation of FUTA & SUTA payroll taxes [email protected] Excel Discussion (Misc queries) 0 December 22nd 05 08:53 PM
Equation Editor- problem when editing an equation Gaby L. Excel Discussion (Misc queries) 0 September 27th 05 09:24 PM
Need Help with #N/A in equation mkerstei Excel Discussion (Misc queries) 7 July 29th 05 09:03 PM
Averaging/Rounding Equation problem Hansel Excel Discussion (Misc queries) 4 June 28th 05 08:45 PM
Need formula for budgeting payroll taxes. rfhorn Excel Worksheet Functions 10 April 5th 05 04:11 PM


All times are GMT +1. The time now is 10:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"