=sum(xlookup) formula help

ReyH

New Member
Joined
Oct 8, 2021
Messages
7
Platform
  1. Windows
  2. Mobile
  3. Web
hello, im trying to figure out how i can link data from one sheet to another based on key words and also sum the total number of input data at the same time.

for example, i have a data sheet that people will input their own data in based on, lets say, horseshoe. , Jim, Courtney and Sam are throwing 3 horse shoes each for 3 turns over the course of the next 7 days.

a miss is worth 0, a touch is worth 3 and a hit is worth 6.

i have "point" sheet labeled as %missed, %touched and %hit.

each time a player updates the 'DATA LOG' sheet, the points will be categorized into throw 1, throw 2 and throw 3.

the formula im using is: =SUM(XLOOKUP('DATA LOG'!C2,'DATA LOG'!C2:F10,'DATA LOG'!E:E)) but it is giving me the #VALUE error.

im trying to get the =Sum of (JIMS, Second Throw) to link to the point sheet where i keep track of the percentages. I apologize if im not making much sense.. ive been having a hard time trying to find the right formula. may not even be LOOKUP, but figured it was worth a shot to ask. THANK YOU.


ABCDEF
1DateNameThrow 1Throw 2Throw 3
210.15.21Jim
6​
33
310.15.21Jim
0​
03
410.15.21Courtney
3​
60
510.15.21Sam
0​
03
610.15.21Jim
3​
03
710.15.21Courtney
0​
33
810.15.21Sam
6​
00
910.15.21Sam
0​
63
1010.15.21Courtney
0​
33
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,213,489
Messages
6,113,947
Members
448,534
Latest member
benefuexx

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top