Hi
I use the following formula which works well
How do i add the following 2 formulas to the formula above so it sums the 3 tabs? I am hoping for a single formula
(BUS!$D$43:$D$907,$B4,INDEX(BUS!$H$43:$XFD$909,,MATCH(TODAY(),BUS!$H$42:$XFD$42)))
(BIKE!$D$43:$D$907,$B4,INDEX(BIKE!$H$43:$XFD$909,,MATCH(TODAY(),BIKE!$H$42:$XFD$42)))
Thank you
James
I use the following formula which works well
Code:
=SUMIF(CAR!$D$43:$D$907,$B4,INDEX(CAR!$H$43:$XFD$909,,MATCH(TODAY(),CAR!$H$42:$XFD$42)))
How do i add the following 2 formulas to the formula above so it sums the 3 tabs? I am hoping for a single formula
(BUS!$D$43:$D$907,$B4,INDEX(BUS!$H$43:$XFD$909,,MATCH(TODAY(),BUS!$H$42:$XFD$42)))
(BIKE!$D$43:$D$907,$B4,INDEX(BIKE!$H$43:$XFD$909,,MATCH(TODAY(),BIKE!$H$42:$XFD$42)))
Thank you
James