Below is a formula that is being used in a spreadsheet I have taken over in my new job:
=IF(ISNA(SUM(VLOOKUP(A9,'BF ProjectBreakout'!A:O,7,0),(VLOOKUP(A9,'BF ProjectBreakout'!A:O,12,0)))),0,(SUM(VLOOKUP(A9,'BF ProjectBreakout'!A:O,7,0),(VLOOKUP(A9,'BF ProjectBreakout'!A:O,12,0)))))
It is showing the total sum of specific departments, within a specific project - BF ProjectBreakout consists of the pivot table where the data comes from.
I just wondered if there could be a better way to write this formula - perhaps incorporating 'MATCH' for the column names in case the number of columns moved each week?
If anyone can help that would be great, or if more information is needed (which I am sure it will) let me know.
Thanks
Claire
Bookmarks