I created a sheet that has a Flag column. I built a formula in the flag column to indicate when a number is within a range. =IF([Total of Buckets Weighed]@row < 25, 1, IF([Total of Buckets Weighed]@row > 35, 1, 0)) - This formula works fine.
The problem is when I am creating a report and the flag column doesn't appear with flags. I choose the flag column and it shows up on my report but the cells are blank - no white or red flags.
Can you provide some assistance so I can see my flags in the report I created?