ridgeway1721
New Member
- Joined
- Feb 21, 2016
- Messages
- 2
Hi all,
Just joined and would be grateful for help with the following excel formula issue that I am running into. When using an array formula, is it possible to include cell references instead of actual words or numbers? If not, what is the best work-around to make the formula more dynamic, so that it can pull from a cell reference?
The current formula I am working with is below.
{=SUM(('Employee only data'!$AO$2:$AO$40000="HR")*('Employee only data'!$AU$1:$AU$40000="9017963")*'Employee only data'!$AT$2:$AT$40000)}
I would like to replace "HR" and "9017963" with cell references (e.g., $D2 and B$3) that contain these words / values to make the equation more dynamic.
Thank you in advance for the help!
Just joined and would be grateful for help with the following excel formula issue that I am running into. When using an array formula, is it possible to include cell references instead of actual words or numbers? If not, what is the best work-around to make the formula more dynamic, so that it can pull from a cell reference?
The current formula I am working with is below.
{=SUM(('Employee only data'!$AO$2:$AO$40000="HR")*('Employee only data'!$AU$1:$AU$40000="9017963")*'Employee only data'!$AT$2:$AT$40000)}
I would like to replace "HR" and "9017963" with cell references (e.g., $D2 and B$3) that contain these words / values to make the equation more dynamic.
Thank you in advance for the help!