YansaneYansane
New Member
- Joined
- Nov 1, 2024
- Messages
- 12
- Office Version
- 365
- Platform
- Windows
- Web
Hi Tech,We will need to see the other sheets and have more information on how you trying to match data to pull the fees in. Otherwise, those two images tell us nothing.
Hi;We will need to see the other sheets and have more information on how you trying to match data to pull the fees in. Otherwise, those two images tell us nothing.
=XLOOKUP(D2,Sheet2!$C$3:$C$13,Sheet2!$A$3:$A$13,"not found",0)
=XLOOKUP(E2,Sheet2!$E$3:$E$13,Sheet2!$A$3:$A$13,"not found",0)
=XLOOKUP(D2,Sheet2!$C$3:$C$13,Sheet2!$A$3:$A$13,"not found",0)+XLOOKUP(E2,Sheet2!$E$3:$E$13,Sheet2!$A$3:$A$13,"not found",0)
Hi,I cant check it, as I don't have rights to open your google sheets.
When you are posting screenshots do it that way, that column letters and row numbers are visible and identify sheet name (or include tab with sheetname in the screenshot.
My solution was for setup as on attached edited screenshots, and all 3 formulas to be tested in F2. 3 different formulas, because you gave no description how value in that cell shall be calculated).
Note that miniatures may look similar, but the screenshots were edited and row and columns were added
=XLOOKUP(D2,Sheet2!$C$3:$C$13,Sheet2!$A$3:$A$13,"not found",0)
=XLOOKUP(D3,Sheet2!$C$3:$C$13,Sheet2!$A$3:$A$13,"not found",0)