I hope you can help
I am running out of time and I am trying to run a formula which provides a count based on 2 types of criteria Year (Column A) & Type (Column S - which is a multiple pick list option)
I have tried
=COUNTIFS('SALES'!A2:A100,2012,'SALES'!S2:S100,"*Family*")
=SUMIFS('SALES'!A2:S100, 'SALES'!A2:A100,2012,'SALES'!S2:S100,"Family")
Both are returning a Value error. I know this will be something simplistic that I'm missing out so any help gratefully appreciated!
Thanks in advance!
Ali
I am running out of time and I am trying to run a formula which provides a count based on 2 types of criteria Year (Column A) & Type (Column S - which is a multiple pick list option)
I have tried
=COUNTIFS('SALES'!A2:A100,2012,'SALES'!S2:S100,"*Family*")
=SUMIFS('SALES'!A2:S100, 'SALES'!A2:A100,2012,'SALES'!S2:S100,"Family")
Both are returning a Value error. I know this will be something simplistic that I'm missing out so any help gratefully appreciated!
Thanks in advance!
Ali