Worked Great! .....the bold that is.
I added a helper column with this formula: =IF(OR(AT2<>"",BA2<>""),"yes","no") so that it would tell me if there was a value in column AT2 or BA2 using a discreet 'yes' or 'no' and it worked as well! :)
Disclaimer: I am a self taught novice....
I am trying to determine in a pivot if there is a true statement in any of five columns on a spreadsheet but when I put all five in the filter box it seems to show the data as an "and" statement rather than an "or" statement. Is there any way to...