I'm trying to get a nested IF/COUNTIFS formula to work, but I'm not sure if I'm asking for something it can't do.
The last COUNTIF should be checking for a piece of text - but it's not checking the whole cell, just the first few characters from the left. Can you combine COUNTIF with LEFT? I've got something like this:
=COUNTIFS('tab 2'!A:A,C4,LEFT('tab 2'!F:F,4),"text")
It isn't working - is there a way to make it do so?
So it's supposed to look at the first column for a piece of text in C4, then look in column F to see if the first 4 characters are "text".
The last COUNTIF should be checking for a piece of text - but it's not checking the whole cell, just the first few characters from the left. Can you combine COUNTIF with LEFT? I've got something like this:
=COUNTIFS('tab 2'!A:A,C4,LEFT('tab 2'!F:F,4),"text")
It isn't working - is there a way to make it do so?
So it's supposed to look at the first column for a piece of text in C4, then look in column F to see if the first 4 characters are "text".