May 23, 2013 #1 beth4530 Technical User May 5, 2011 44 US How can I write a comparison formula where the group avg font color is based on the variance between the report avg and the group avg?
How can I write a comparison formula where the group avg font color is based on the variance between the report avg and the group avg?
May 30, 2013 #2 IanWaterman Programmer Jun 26, 2002 3,511 GB Group Average formula is Average(valuefield, groupfield) In font format colour formula for Group average If Average(valuefield, groupfield) <= 0.2xAverage(valuefield) then crRed else crBlack This will change font to red if Group avg is less than or equal to 20% of total You can not use Running totals of variables Ian Upvote 0 Downvote
Group Average formula is Average(valuefield, groupfield) In font format colour formula for Group average If Average(valuefield, groupfield) <= 0.2xAverage(valuefield) then crRed else crBlack This will change font to red if Group avg is less than or equal to 20% of total You can not use Running totals of variables Ian