Hi,
Thanks in advance for any assistance.
Trying to count "*"&YTD!A15&"*"
In Columns A:A and L:L.
This formula counts both and returns the value 2 if both columns contain that string.
The problem is in the records it could be either in A:A OR L:L OR Both. In the case that it is both, how would I return values unique to the row.
So if records list had those strings as
A:A L:L
TRUE FALSE
FALSE TRUE
TRUE TRUE
That the resulting figure would be 3 where there are 3 unique rows where any of those return TRUE.
Hopefully my explanation is sufficient. Thanks for your time everyone.
Regards,
Lewis.
Thanks in advance for any assistance.
=COUNTIFS(BookingsYTD!A:A,"*"&YTD!A15&"*")+COUNTIFS(BookingsYTD!L:L,"*"&YTD!A15&"*")
Trying to count "*"&YTD!A15&"*"
In Columns A:A and L:L.
This formula counts both and returns the value 2 if both columns contain that string.
The problem is in the records it could be either in A:A OR L:L OR Both. In the case that it is both, how would I return values unique to the row.
So if records list had those strings as
A:A L:L
TRUE FALSE
FALSE TRUE
TRUE TRUE
That the resulting figure would be 3 where there are 3 unique rows where any of those return TRUE.
Hopefully my explanation is sufficient. Thanks for your time everyone.
Regards,
Lewis.