I am trying to get the sum of entries (numbers) in one column to return a result based on text in a different column:
If any cell in column B has the text "PA28-181", then I would like column G to add up all associated entires (flight times) that match that entry; ie I get to see how much time has been flown in a PA28-181. I can't see why the following wouldn't work, but it
keeps returning a result of zero (I tried a different text that has no hyphen in it, but same result - 0 )!
=SUMPRODUCT(--ISTEXT(LOGBOOK!B7:B10050="PA28-181"),LOGBOOK!G7:G10050)
Then I would like to filter that further by just the last 6 months worth. Haven't gotten too far into that yet, but haven't find any applicable formulae online to date.