Hi and thanks for the help on my last topic here's my issue:
Im trying to vlookup from another worksheet referencing an account number and returning a revenue value from a set coloumn, I have revenue figures for each month and want to pull the sum of 3 months revenue for instance so I can compare 3 months from this year with the same 3 months last year... so far I have this formula
=SUM(VLOOKUP(A1989,'Other Work Sheet'!$A$1:$IV$65536,{73,74,75,etc},0))
This formula is pulling only the 1st value in column "73" it is not adding the values of 74, 75, and soo on ...
Bookmarks