I want to find the Max of a column, if the text of a cell in column c is equal to a certain value.
When i try, it returns zero which isnt true. I have changed the cell is numeric by using
=ISNUMERIC(CellRef)
I cant workout why it returns zero
the forumla im using is
=MAX(IF('Sub Tasks'!C:C=PivotTables!G44,'Sub Tasks'!H:H))