grifdoogindoggy
New Member
- Joined
- Aug 27, 2019
- Messages
- 21
Is it possible to reference a cell for it's text? The problem I am trying to fix is the following:
=SUMPRODUCT(COUNTIF(January!E36:E36,{"Completely Satisfied","Very Satisfied"}))
I am not in the January sheet. However, the cell E36 in the sheet I am in contains "AI", which is actually the cell (column) that I want to be referencing.
So I want it to be =SUMPRODUCT(COUNTIF(January!AI:AI,{"Completely Satisfied","Very Satisfied"})) by referencing the text I have in the E36 cell.
Is this possible?
Thank you.
=SUMPRODUCT(COUNTIF(January!E36:E36,{"Completely Satisfied","Very Satisfied"}))
I am not in the January sheet. However, the cell E36 in the sheet I am in contains "AI", which is actually the cell (column) that I want to be referencing.
So I want it to be =SUMPRODUCT(COUNTIF(January!AI:AI,{"Completely Satisfied","Very Satisfied"})) by referencing the text I have in the E36 cell.
Is this possible?
Thank you.