Hi,
Is there a way for me to replace "Akeneo - Adobe Exchange Account Alignment" with a variable AND substitute "Range N" with a column name in the formula below? Note that Industry1 is a variable.
For Example:
Here's my formula. It works but I have to edit it for each Smartsheet reference of which there are many.
=COUNTIFS({Akeneo - Adobe Exchange Account Alignment Range 2}, Industry1, {Akeneo - Adobe Exchange Account Alignment Range 4}, <>"Archive", {Akeneo - Adobe Exchange Account Alignment Range 5}, <>"Closed-won", {Akeneo - Adobe Exchange Account Alignment Range 5}, <>"Closed-lost")
I want to do the following:
=COUNTIFS({Partner1 Industry}, Industry1, {Partner1 Priority}, <>"Archive", {Partner1 Stage}, <>"Closed-won", {Partner1 Stage}, <>"Closed-lost")
then cut and paste to a bunch of rows:
=COUNTIFS({Partner2 Industry}, Industry2, {Partner2 Priority}, <>"Archive", {Partner2 Stage}, <>"Closed-won", {Partner2 Stage}, <>"Closed-lost")
Etc...
Thank you!