E
Excel'ed_Failures
Currently I am working on a project where I am trying to extract data from
multiple tabs.
What I want to do:
I want my formula to search one group of cells on multiple tabs for the word
"Scrap" then if that is true then count in another set of cells the number of
times the word "BCU25" occurs.
My formula:
=IF('1:31'!C23:C41="Scrap",COUNTIF('1:31'!E23:E41,"BCU25"),"None")
My Problem:
This formula produces a #REF! error.
My Question:
Can the IF line of worksheet functions be used to target a range of multiple
cells on diffrent Tabs?
multiple tabs.
What I want to do:
I want my formula to search one group of cells on multiple tabs for the word
"Scrap" then if that is true then count in another set of cells the number of
times the word "BCU25" occurs.
My formula:
=IF('1:31'!C23:C41="Scrap",COUNTIF('1:31'!E23:E41,"BCU25"),"None")
My Problem:
This formula produces a #REF! error.
My Question:
Can the IF line of worksheet functions be used to target a range of multiple
cells on diffrent Tabs?