Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula problem!!!

Status
Not open for further replies.

ace323

IS-IT--Management
Feb 17, 2006
5
US
I need help with a formula to calculate fringe benfits. I need it to do the following, I just can't seem to get the function to work right.

If "gross pay" is < 1056.00 then do nothing. If its > 1056.00 then calculate the gross pay as 1056.
 
Hi,
How is that calculating anything?
If you want to eliminate the decimals, then conditionally format the display..

Give an example of what you want to do...





[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Do you mean this?

if {table.pay} > 1056 then
1056 else
{table.pay}

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top