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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

If then Formula

Status
Not open for further replies.

Gizmo0917

Technical User
Dec 5, 2003
43
US
I have a formula that goes like this:

if {Tank_Log.Total Charges per Inometer}>12000 then 12000

I want to add to that formula that if it is less than 12000 then let the original amount show. What do I need to add to this??

Thanks!
Gizmo
 
Try:

Ff {Tank_Log.Total Charges per Inometer}>12000 then
12000
else
{Tank_Log.Total Charges per Inometer}

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top