I am trying to get a count of the number of rows in a worksheet that meet the following conditions:
1. Date in a specified cell is greater than today's date - ie:
(BD$35<TODAY())<TODAY()< font>
2. A specifed range of rows contains the word/characters TBD - ie:
=--ISANUMBER(SEARCH(“TBD”, 'Sheet2'!D11:D388)) OR (Sheet2'!D11:D388,”*TBD*”)
3. A specified range of rows contaings the word/characters COO as the exact value in a colum - ie: ('Sheet2'!$BI11:$BI388=COO")
I know this is confusing without sample data - I will try and make a simple exampe. In the mean time I just need to be pointed in the right direction - basically if the value for a specific column heading is greater than today's date I want to know the number of rows where TBD appears in Column D on Sheet 2 and where Column BI on Sheet 2 is equal to COO.
Thanks!
1. Date in a specified cell is greater than today's date - ie:
(BD$35<TODAY())<TODAY()< font>
2. A specifed range of rows contains the word/characters TBD - ie:
=--ISANUMBER(SEARCH(“TBD”, 'Sheet2'!D11:D388)) OR (Sheet2'!D11:D388,”*TBD*”)
3. A specified range of rows contaings the word/characters COO as the exact value in a colum - ie: ('Sheet2'!$BI11:$BI388=COO")
I know this is confusing without sample data - I will try and make a simple exampe. In the mean time I just need to be pointed in the right direction - basically if the value for a specific column heading is greater than today's date I want to know the number of rows where TBD appears in Column D on Sheet 2 and where Column BI on Sheet 2 is equal to COO.
Thanks!