cunningAce
Board Regular
- Joined
- Dec 21, 2017
- Messages
- 91
- Office Version
- 365
- Platform
- Windows
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)
Column A Colum B
201801 50
201802 60
201803 70
201804 80
201805 90
201901 50
201902 60
201903 70
Any help greatly appreciated.
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)
Column A Colum B
201801 50
201802 60
201803 70
201804 80
201805 90
201901 50
201902 60
201903 70
Any help greatly appreciated.