Hi all thanks in advance for any help.
What I want to do:
Look for a value in A1 of sheet 2 in column A of sheet one and when it finds it sum column O/P/Q of the same row.
I thought like this:
=vlookup(A2,Sheet1!A:D,1,false,sum(Sheet1!O2:Q2)
or this:
=VLOOKUP(A2,SUM(Sheet1!O2:Q2),1,FALSE)...