F
Fred
I have a sheet of data, as follows
Row 1 is the dates between now and the end of the year, by day (60 'ish
columns)
Column A contains a series of names
Columns B thru AZ (approx) contain a number and a category (i.e. "3
Apples", "1 Apple", "2 Oranges" or "1 Pear") against each of the names
in column A
I want to sum the number of Apples, Oranges and Pears for each day at
the bottom of each day.
Do I have to split the number & category into separate cells to achieve
this ?
I tried =SUMIF(B2:B26,"*Apple*",B2:B26) but that produced a sum of 0
Row 1 is the dates between now and the end of the year, by day (60 'ish
columns)
Column A contains a series of names
Columns B thru AZ (approx) contain a number and a category (i.e. "3
Apples", "1 Apple", "2 Oranges" or "1 Pear") against each of the names
in column A
I want to sum the number of Apples, Oranges and Pears for each day at
the bottom of each day.
Do I have to split the number & category into separate cells to achieve
this ?
I tried =SUMIF(B2:B26,"*Apple*",B2:B26) but that produced a sum of 0