This content has been marked as final.
Show 2 replies
-
1. Re: Want to calculate total instances of specific string values in a field
Shawn Wallwork Nov 17, 2012 6:42 AM (in response to George Perros)George, I couldn't find the office tables, so I used Office Star products instead. Here's the calc. I used:
IF CONTAINS([Product Name],'Office Star') THEN 1 ELSE 0 END
Workbook attached. Is this what you're looking for?
--Shawn
-
Count Office.twbx.zip 1.1 MB
-
-
2. Re: Want to calculate total instances of specific string values in a field
George Perros Nov 18, 2012 5:25 AM (in response to Shawn Wallwork)Thanks, Shawn. I can work with this.