I am finding this difficult to explain, hence why I couldn't find my answer online, so please bear with me.
I have a number of tabs in my spreadsheet, call them red, orange, blue, green. I have a summary sheet with the colours in column one and months in B1, C1, D1 etc. I have tried to give an example in the table below.
I am doing a COUNTIF of column G:G in each tab, and I have the colours listed in column A of my summary tab.
Currently I am creating each formula uniquely on my summary sheet such as the table above, so that I pick up all of the word Jan in column G of the tab Red.
Is it possible to remove the tab name as something I have to change for each row and pick it up from the cell value in column A? e.g. =COUNTIF(A2($G:$G), B$1) - I can't work out how to combine the combination of A2 along with pointing the formula to G:G.
I hope this makes some kind of sense to you?
Thanks in advance.
I have a number of tabs in my spreadsheet, call them red, orange, blue, green. I have a summary sheet with the colours in column one and months in B1, C1, D1 etc. I have tried to give an example in the table below.
Colours | Jan | Feb |
Red | =COUNTIF('Red'!$G:$G,B$1) | =COUNTIF('Red'!$G:$G,C$1) |
Orange | =COUNTIF('Orange'!$G:$G,B$1) | =COUNTIF('Orange'!$G:$G,C$1) |
I am doing a COUNTIF of column G:G in each tab, and I have the colours listed in column A of my summary tab.
Currently I am creating each formula uniquely on my summary sheet such as the table above, so that I pick up all of the word Jan in column G of the tab Red.
Is it possible to remove the tab name as something I have to change for each row and pick it up from the cell value in column A? e.g. =COUNTIF(A2($G:$G), B$1) - I can't work out how to combine the combination of A2 along with pointing the formula to G:G.
I hope this makes some kind of sense to you?
Thanks in advance.