OK so I have a unique problem.
I have a sheet that I am doing some vlookups with and I need to sum some values based of what is has in both column a and b for instance I have
ADEBDATX 02/07/14 D0002242 PHY 21.92 No
ADEBDATX 02/14/14 D0002323 PHY 21.92 No
ADEBDATX 02/21/14 D0002405 STO 25 No
ADEBDATX 02/21/14 D0002405 STO 50 No
ADRIGRTX 02/07/14 D0002243 ADF 420.58 No
ADRIGRTX 02/07/14 D0002243 ADF 365.22 No
ADRIGRTX 02/07/14 D0002243 ADF 350.34 No
I need to for each row that has ADEBDATX so sum PHY, STO and for each row with ADRIGRTX to sum ADF (There would also be rows with STO FSC etc etc)
So I need to if column a = ADEBDATX and column D = PHY sum sum E wher d= PHY; then sum e where d = sto... Really I need to be able to use somet
(That may not have been clear so here is another attempt)
I want to search the sheet for any row with ADEBDATX and sum column E for all those rows that also have ADF in column D.
Bookmarks