Hey all, Thanks for taking the time to review my question. I must be missing something simple but for whatever reason I am missing something.
In "Tab A" I have a list of "A" names, "B" dates and "C" total hours, In "Tab B" I have "A9:A39" each date of the selected month, "A1" the name I want to look up and "B9:B39" is where I would like the total hours to feed into based on the date and name.
Currently in "H9" I have =IFERROR(XLOOKUP(1,('TAB A'!A$5:A$39='TAB B'!G$4)*('TAB A'!B$5:B$39='TAB B'!F9),'TAB A'!C$9:D$39),"")
However there are some duplicate dates in "TAB A" Column B with corresponding data in Column "C" that I would like in "TAB B" Column "G" the formula that I have only takes the first line of data that it sees and ignores the data below it.
How can I get the SUM of Data in "TAB B" Column "G" based on the Name and Date from "TAB A"? I am sure I am missing something simple but my brain block is not letting me get through this, Any help would be really appriciated.
Thanks
In "Tab A" I have a list of "A" names, "B" dates and "C" total hours, In "Tab B" I have "A9:A39" each date of the selected month, "A1" the name I want to look up and "B9:B39" is where I would like the total hours to feed into based on the date and name.
Currently in "H9" I have =IFERROR(XLOOKUP(1,('TAB A'!A$5:A$39='TAB B'!G$4)*('TAB A'!B$5:B$39='TAB B'!F9),'TAB A'!C$9:D$39),"")
However there are some duplicate dates in "TAB A" Column B with corresponding data in Column "C" that I would like in "TAB B" Column "G" the formula that I have only takes the first line of data that it sees and ignores the data below it.
How can I get the SUM of Data in "TAB B" Column "G" based on the Name and Date from "TAB A"? I am sure I am missing something simple but my brain block is not letting me get through this, Any help would be really appriciated.
Thanks