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

Formula to count if

Status
Not open for further replies.

jlr123

Technical User
Feb 24, 2014
117
US
need formula to count {myfield}which is "customer number" if {my field} which is a $ value =0.00 see below:
count (CustomerNo}if {@YTD}=0.00

Thanks for your assistance.
 
Create a formula {@null} by opening and saving a formula without entering anything. Then create a conditional formula{@ytd0}:

If {@YTD}=0 then
{table.customerNo} else
Tonumber({@null})

Then insert a count on {@ytd0}.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top