I am new to VBA,
What would the VBA Code look like if I need to find out how many toners were used from Column Q:Q using
COUNTIFS(
The worksheet with the raw data is called Case Detail, the Column Q:Q has data in it like the following (1 2 3 4) (1 toner 2 toners 3 toners 4 toners.)
This is what I have but does not work.....
COUNTIFS('Case Detail'!O:O,"1","2","3","4")]
Or should I be using a SUMIF instead with the rest the same as above?
What would the VBA Code look like if I need to find out how many toners were used from Column Q:Q using
COUNTIFS(
The worksheet with the raw data is called Case Detail, the Column Q:Q has data in it like the following (1 2 3 4) (1 toner 2 toners 3 toners 4 toners.)
This is what I have but does not work.....
COUNTIFS('Case Detail'!O:O,"1","2","3","4")]
Or should I be using a SUMIF instead with the rest the same as above?