Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the attached Document, I only want the sheet "Show Me" to appear if the Field "_Area Flag" has a value greater than zero when a Selection is made, if the values is equal to zero I do not want this sheet to appear.
Thanks
Don't really need to add the explicit if statement... this in itself should be enough
Sum(DISTINCT _AreaFlag) > 0