Hello,
When we use a sumif formula, we can specify to check for a specific criteria in a specified colunm, and then, send back the data of another specific column (on the row where data was found).
It's great with numbers.
I would like to do the same, but with text. As the sumif doesn't work with text, I tried using Vlookup formula. My problem is that it asks for how many columns to count for sending back data. Please refer to the "7" in the following formula. I would like to be able to specify a column name where to get the answer from, not a column count. I reference another sheet with my formula, and if, for any reason, columns order change in the reference, the formula becomes wrong.
=VLOOKUP([Task Name]3; {BP - Grille de projets Plage 3}; 7; false)
Thank you,