Hi,

I have a set of data (paste values from a pivot table)

The name of a person is down the left hand side and the months are at the top of the table.

I want a way of identifying which people have data in more than one month column. (it doesn't matter how many months or what the data adds up to I just need to return a "TRUE" or something)

The dataset is too large to use nested if statements.

Any ideas?

Thanks