How to search , and match the couple data from 2 sheets and result show on 3rd sheet

Options

Dear All,


I'd like to calculate Total stop time of each machines per day.

I have tried to find out the solution for search and match the couple data from 2 sheets and result of the couple data show on the 3rd sheet but I am failed.


Anyone please help me, how to match and pick up the correct data as example ?

Thank you.


Answers

  • Genevieve P.
    Genevieve P. Employee Admin
    Options

    Hi @Napassorn

    If you have a column in each of your source sheets (sheet 1 and sheet 2) that has the "Total Stop Time" in numbers (e.g. "12"), then you can add together two SUMIF statements in your third sheet to create that total.

    =SUMIFS(sheet 1 formula) + SUMIFS(sheet 2 formula)

    For example:

    =SUMIFS({Total Stop Time Sheet 1}, {M/C No Sheet 1}, [M/C No]@row) + SUMIFS({Total Stop Time Sheet 2}, {M/C No Sheet 2}, [M/C No]@row)

    Here's more information:

    Cheers,

    Genevieve