mv8167
Board Regular
- Joined
- Apr 27, 2005
- Messages
- 103
I am trying to count a column. My goal is for each Manual test found, I want to check to see if a date is present in another column. If a date is found, then add 1 to a counter. Same thing, I would like to check for each Manual test if a Pas or Fail was issued.
I am trying to refference a column looking for the word Manual. If the function finds the word Manual, I want it to look in another column (same row) to find the date. If there is a date, then add 1 to conut. If space is blank/empty, continue to next Manual row.
I have been trying a few solutions witrh no luck:
=IF(COUNTIF(B3:B152,"=*manual*"),COUNTIF(C3:C152,("")))
=IF(COUNTIF(B3:B152,"=*manual*"),COUNTA(C3:C152,("")))
=IF(COUNTIF(B3:B152,"=*manual*"),SUMIF(COUNTA(C3:C152,("")))
ETC...
Is it even possible to ?
I am trying to refference a column looking for the word Manual. If the function finds the word Manual, I want it to look in another column (same row) to find the date. If there is a date, then add 1 to conut. If space is blank/empty, continue to next Manual row.
I have been trying a few solutions witrh no luck:
=IF(COUNTIF(B3:B152,"=*manual*"),COUNTIF(C3:C152,("")))
=IF(COUNTIF(B3:B152,"=*manual*"),COUNTA(C3:C152,("")))
=IF(COUNTIF(B3:B152,"=*manual*"),SUMIF(COUNTA(C3:C152,("")))
ETC...
Is it even possible to ?