Hi,
I'm am trying to perform a sum if on the below data.
I want to sum only the numbers that begin with the year 2018 (or what ever selection I chose) so I tried the following but it returns zero?
=SUMIF(A1:A8,"2018*",B1:B8)
Also tried with 2018 typed in cell G1
=SUMIF(A1:A8,G1&"*",B1:B8)...