Formula not working in google sheets

Ludus2015

New Member
Joined
Feb 22, 2022
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I just uploaded a fully working excel spreadsheet into google sheets, most of the formulas work fine, except for the most important one. They all work flawlessly on the excel file itself, and they all work fine when I uploaded it into google sheets. Except for the one. Is there some sort of a context issue in the formula below that would not allow google to see it properly? This formula works fine in excel on the desktop but when the spreadsheet got uploaded it just return a ERROR message on the Cell its intended for.

=AGGREGATE(14,6,ROW(TBLFitnesstests[Name])-1/(TBLFitnesstests[Name]=$A$3),$S5)

Ultimately all I'm trying to do is select any name and have their data from the database populate on the Results Chart Field spreadsheet.
 

Attachments

  • Google sheet screenshot.PNG
    Google sheet screenshot.PNG
    142.6 KB · Views: 10
  • Results chart screenshot.PNG
    Results chart screenshot.PNG
    119.9 KB · Views: 11
  • Database.PNG
    Database.PNG
    79.4 KB · Views: 10
  • Database.PNG
    Database.PNG
    79.4 KB · Views: 12
  • Google sheet screenshot.PNG
    Google sheet screenshot.PNG
    142.6 KB · Views: 10
  • Results chart screenshot.PNG
    Results chart screenshot.PNG
    119.9 KB · Views: 9

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Results chart.xlsm
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAG
13
2
3Riley ColborneNameRiley ColborneDate15/12/2020Weight(kg)80Heart rate (bpm)0Name Athletic score
4DateBWResting Heart RaterowResultRatioScore (M)Score (F)Riley Colborne39
5EXERCISE15/12/2020800MOBILITY ASSESSMENTRLRATIOCOMMENTS1188SQUAT00.0000
6LOWER BODY STRENGTHRLRATIOSCORECOMMENTSKNEE TO WALL00#DIV/0!DEADLIFT1401.7579
7BACK SQUAT (kg)00.000BENT KNEE HIP FELXION00#DIV/0!BENCH PRESS680.8548
8DEADLIFT (kg)1401.757STRAIGHT LEG RAISE00#DIV/0!CHIN UP92.51.1647
9RFESS (kg)560.704HIP INTERNAL ROTATION00#DIV/0!RFESS560.7047
10HIP EXTERNAL ROTATION00#DIV/0!VERTICAL JUMP861112
11UPPER BODY STRENGTHRLRATIOSCORECOMMENTSHIP EXTENSION00SPRINT2.8590
12BENCH PRESS (kg)680.854THORACIC ROTATION00#DIV/0!PRO-AGILITY000
13CHIN UP (kg)92.51.164ACTIVE IR/ER ROM (shoulder)00#DIV/0!SLED000
14WALL SHOULDER FLEXION00#DIV/0!YOYO000
15LOWER BODY POWERRLRATIOSCORECOMMENTS3943
16VERTICAL JUMP (cm)8611ATHLETIC SCORE39%43%
17VERTICAL NON-CMJ (cm)0.000.00#DIV/0!
18VERTICAL CMJ (cm)0.000.00#DIV/0!RL
19VERTICAL 10-5 (RSI) (m.s)0.000.00#DIV/0!VERTICAL NON-CMJ (cm)00
20LANDING0.000.00#DIV/0!VERTICAL CMJ (cm)00
21HORIZONTAL NON-CMJ (m)0.000.00#DIV/0!VERTICAL 10-5 (RSI) (m.s)00
22HORIZONTAL CMJ (m)0.000.00#DIV/0!LANDING00
23HORIZONTAL TRIPLE JUMP (m)0.000.00#DIV/0!HORIZONTAL NON-CMJ (m)00
24HORIZONTAL CMJ (m)00
25SPEED/AGILITYRATIOSCORECOMMENTSHORIZONTAL TRIPLE JUMP (m)00
2620M SPRINT (sec)2.85940M SPRINT (sec)4.87
2740M SPRINT (sec)4.87SIDE PLANK (sec)00
28PRO AGILITY (sec)0.0000DEADBUG HOLD (sec)0
29SIDE PLANK LEG RAISE (sec)00
30ENDURANCE / REPEAT POWERRLRATIOSCORECOMMENTSS/L HIP THRUSTER00
31YO-YO00S/L SQUAT TO BOX00
32SLED TEST00NORDIC HAMSTRING (deg)0
33S/L CALF RAISE00
34CORERLRATIOSCORECOMMENTSSIDE LYING EXTERNAL ROTATION (kg)00
35SIDE PLANK (sec)00#DIV/0!ONE ARM PLANK00
36DEADBUG HOLD (sec)0INVERTED ROW HOLD (sec)0
37KNEE TO WALL00
38LOWER BODY CAPACITYRLRATIOSCORECOMMENTSBENT KNEE HIP FELXION00
39SIDE PLANK LEG RAISE (sec)00#DIV/0!STRAIGHT LEG RAISE00
40S/L HIP THRUSTER00#DIV/0!HIP INTERNAL ROTATION00
41S/L SQUAT TO BOX00#DIV/0!HIP EXTERNAL ROTATION00
42NORDIC HAMSTRING (deg)0HIP EXTENSION00
43S/L CALF RAISE00#DIV/0!GOALS THORACIC ROTATION00
44UPPER BODY CAPACITYRLRATIOSCORECOMMENTSACTIVE IR/ER ROM (shoulder)00
45SIDE LYING EXTERNAL ROTATION (kg)00#DIV/0!WALL SHOULDER FLEXION00
46ONE ARM PLANK00#DIV/0!
47INVERTED ROW HOLD (sec)0
48
49ATHLETIC SCORE / 10039
50
Results Chart Field
Cell Formulas
RangeFormula
V3V3=A3
Y3Y3=INDEX(TBLFitnesstests[Date],$T$5)
AA3AA3=INDEX(TBLFitnesstests[Body Weight (kg)],$T$5)
AC3AC3=INDEX(TBLFitnesstests[Resting Heart Rate],$T$5)
AF4AF4=A3
AG4AG4=B49
B5,F5B5=Y3
E5E5=AA3
T5T5=AGGREGATE(14,6,ROW(TBLFitnesstests[Name])-1/(TBLFitnesstests[Name]=$A$3),$S5)
K6:L14K6=W37
M6:M10,D45:D46,D43,D39:D41,D35,D17:D23,M12:M14M6=(K6-L6)/L6
B7:B8,D7:D8B7=W5
B9,D9B9=W9
Y5Y5=W5/AA3
Y6Y6=W6/AA3
Y7Y7=W7/AA3
Y8Y8=W8/AA3
Y9Y9=W9/AA3
B12:B13,D12:D13B12=W7
W5W5=INDEX(TBLFitnesstests[Squat],$T$5)
W6W6=INDEX(TBLFitnesstests[Deadlift],$T$5)
W7W7=INDEX(TBLFitnesstests[Bench Press],$T$5)
W8W8=INDEX(TBLFitnesstests[Chin Up],$T$5)
W9W9=INDEX(TBLFitnesstests[RFESS],$T$5)
W10W10=INDEX(TBLFitnesstests[Vertical Jump],$T$5)
W11W11=INDEX(TBLFitnesstests[20m Sprint],$T$5)
W12W12=INDEX(TBLFitnesstests[ProAgility],$T$5)
W13W13=INDEX(TBLFitnesstests[Sled],$T$5)
W14W14=INDEX(TBLFitnesstests[YoYo],$T$5)
B16B16=W10
Z5Z5=IFERROR(VLOOKUP(Y5,STANDARDS!$A$3:$K$14,11,TRUE),"0")
Z6Z6=IFERROR(VLOOKUP(Y6,STANDARDS!$B$3:$K$14,10,TRUE),"0")
Z7Z7=IFERROR(VLOOKUP(Y7,STANDARDS!$C$3:$K$14,9,TRUE),"0")
Z8Z8=IFERROR(VLOOKUP(Y8,STANDARDS!$D$3:$K$14,8,TRUE),"0")
Z9Z9=IFERROR(VLOOKUP(Y9,STANDARDS!$E$3:$K$14,7,TRUE),"0")
Z10Z10=IFERROR(VLOOKUP(W10,STANDARDS!$F$3:$K$14,6,TRUE),"0")
Z11Z11=IFERROR(VLOOKUP(W11,STANDARDS!$G$15:$I$27,3,TRUE),"0")
Z12Z12=IFERROR(VLOOKUP(W12,STANDARDS!$H$15:$I$27,2,TRUE),"0")
Z13Z13=IFERROR(VLOOKUP(W13,STANDARDS!$I$3:$K$14,3,TRUE),"0")
Z14Z14=IFERROR(VLOOKUP(W14,STANDARDS!$J$3:$K$14,2,TRUE),"0")
Z15,AB15Z15=SUM(Z5:Z14)
Z16,AB16Z16=SUM(Z5:Z14)/100
AB5AB5=IFERROR(VLOOKUP(Y5,STANDARDS!$M$3:$W$14,11,TRUE),"0")
AB6AB6=IFERROR(VLOOKUP(Y6,STANDARDS!$N$3:$W$14,10,TRUE),"0")
AB7AB7=IFERROR(VLOOKUP(Y7,STANDARDS!$O$3:$W$14,9,TRUE),"0")
AB8AB8=IFERROR(VLOOKUP(Y8,STANDARDS!$P$3:$W$14,8,TRUE),"0")
AB9AB9=IFERROR(VLOOKUP(Y9,STANDARDS!$Q$3:$W$14,7,TRUE),"0")
AB10AB10=IFERROR(VLOOKUP(W10,STANDARDS!$R$3:$W$14,6,TRUE),"0")
AB11AB11=IFERROR(VLOOKUP(W11,STANDARDS!S15:U27,3,TRUE),"0")
AB12AB12=IFERROR(VLOOKUP(W12,STANDARDS!T15:U27,2,TRUE),"0")
AB13AB13=IFERROR(VLOOKUP(W13,STANDARDS!$U$3:$W$14,3,TRUE),"0")
AB14AB14=IFERROR(VLOOKUP(W14,STANDARDS!$V$3:$W$14,2,TRUE),"0")
B17:C23B17=W19
W19W19=INDEX(TBLFitnesstests[VNCMR],$T$5)
X19X19=INDEX(TBLFitnesstests[VNCML],$T$5)
W20W20=INDEX(TBLFitnesstests[VCMJR],$T$5)
X20X20=INDEX(TBLFitnesstests[VCMJL],$T$5)
W21W21=INDEX(TBLFitnesstests[Ankle RSI R],$T$5)
X21X21=INDEX(TBLFitnesstests[Ankle RSI L],$T$5)
W22W22=INDEX(TBLFitnesstests[Weighted S/L Landing R],$T$5)
X22X22=INDEX(TBLFitnesstests[Weighted S/L Landing L],$T$5)
W23W23=INDEX(TBLFitnesstests[HNCMJR],$T$5)
X23X23=INDEX(TBLFitnesstests[HNCMJL],$T$5)
W24W24=INDEX(TBLFitnesstests[HCMJR],$T$5)
X24X24=INDEX(TBLFitnesstests[HCMJL],$T$5)
W25W25=INDEX(TBLFitnesstests[HRJR],$T$5)
X25X25=INDEX(TBLFitnesstests[HRJL],$T$5)
W26W26=INDEX(TBLFitnesstests[40m Sprint],$T$5)
W27W27=INDEX(TBLFitnesstests[Side Plank R],$T$5)
X27X27=INDEX(TBLFitnesstests[Side Plank L],$T$5)
W28W28=INDEX(TBLFitnesstests[Deadbug Hold],$T$5)
W29W29=INDEX(TBLFitnesstests[Side Plank Leg Raise R],$T$5)
X29X29=INDEX(TBLFitnesstests[Side Plank Leg Raise L],$T$5)
W30W30=INDEX(TBLFitnesstests[S/L Hip Thrust R],$T$5)
X30X30=INDEX(TBLFitnesstests[S/L Hip Thrust L],$T$5)
W31W31=INDEX(TBLFitnesstests[S/L Squat to Box R],$T$5)
X31X31=INDEX(TBLFitnesstests[S/L Squat to Box L],$T$5)
W32W32=INDEX(TBLFitnesstests[Nordic Hamstring Fall],$T$5)
W33W33=INDEX(TBLFitnesstests[S/L Calf Raise R],$T$5)
X33X33=INDEX(TBLFitnesstests[S/L Calf Raise L],$T$5)
W34W34=INDEX(TBLFitnesstests[Dumbbell External Rotation R],$T$5)
X34X34=INDEX(TBLFitnesstests[Dumbbell External Rotation L],$T$5)
W35W35=INDEX(TBLFitnesstests[One Arm Plank R],$T$5)
X35X35=INDEX(TBLFitnesstests[One Arm Plank L],$T$5)
W36W36=INDEX(TBLFitnesstests[Inverted Row],$T$5)
W37W37=INDEX(TBLFitnesstests[Knee to wall R],$T$5)
X37X37=INDEX(TBLFitnesstests[Knee to wall L],$T$5)
W38W38=INDEX(TBLFitnesstests[Bent Knee Hip Flexion R],$T$5)
X38X38=INDEX(TBLFitnesstests[Bent Knee Hip Flexion L],$T$5)
W39W39=INDEX(TBLFitnesstests[Straight Leg Raise R],$T$5)
X39X39=INDEX(TBLFitnesstests[Straight Leg Raise L],$T$5)
W40W40=INDEX(TBLFitnesstests[Hip Internal Rotation R],$T$5)
X40X40=INDEX(TBLFitnesstests[Hip Internal Rotation L],$T$5)
W41W41=INDEX(TBLFitnesstests[Hip External Rotation R],$T$5)
X41X41=INDEX(TBLFitnesstests[Hip External Rotation L],$T$5)
W42W42=INDEX(TBLFitnesstests[Hip Extension R],$T$5)
X42X42=INDEX(TBLFitnesstests[Hip Extension L],$T$5)
W43W43=INDEX(TBLFitnesstests[Thoracic Rotation R],$T$5)
X43X43=INDEX(TBLFitnesstests[Thoracic Rotation L],$T$5)
W44W44=INDEX(TBLFitnesstests[Active Internal/External Rotation R],$T$5)
X44X44=INDEX(TBLFitnesstests[Active Internal/External Rotation L],$T$5)
W45W45=INDEX(TBLFitnesstests[Wall Shoulder Flexion R],$T$5)
X45X45=INDEX(TBLFitnesstests[Wall Shoulder Flexion L],$T$5)
B26B26=W11
B27B27=W26
B28B28=W12
B31B31=W14
B32B32=W13
B35:C35,B36B35=W27
B39:C41,B43:C43,B42B39=W29
B45:C46,B47B45=W34
B49B49=SUM(E7,E8,E9,E12,E13,E16,E26,E28,E31,E32)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B47:C47Other TypeIcon setNO
B46:C46Other TypeIcon setNO
B45:C45Other TypeIcon setNO
K6:L6Other TypeIcon setNO
K13:L13Other TypeIcon setNO
K12:L12Other TypeIcon setNO
K9:L10Other TypeIcon setNO
K8:L8Other TypeIcon setNO
K7:L7Other TypeIcon setNO
K14:L14Other TypeIcon setNO
B43:C43Other TypeIcon setNO
B41:C41Other TypeIcon setNO
B40:C40Other TypeIcon setNO
B39:C39Other TypeIcon setNO
B42:C42Other TypeIcon setNO
B36:C36Other TypeIcon setNO
B35:C35Other TypeIcon setNO
M6:M10,M12:M14Cell Value<0.1textNO
M6:M10,M12:M14Cell Value>0.1textNO
D17:D23,D35,D39:D41,D43,D45:D46Cell Value<0.1textNO
D35,D39:D41,D43,D45:D46Cell Value>0.1textNO
D18:D23Cell Value>0.1textNO
D17Cell Value>0.1textNO
AA20:AA29Other TypeColor scaleNO
AC5:AC14Other TypeColor scaleNO
E7:E9,E12:E13,E16:E23,E26:E28,E31:E32,E35:E36,E39:E43,E45:E47Other TypeColor scaleNO
Cells with Data Validation
CellAllowCriteria
A3:P3List=Names!$B$3:$B$202
 
Upvote 0
Still getting an error message

1645583638899.png
 
Last edited by a moderator:
Upvote 0
 
Upvote 0
I didn't think that Sheets had tables. Are you sure all the formula that use structured references are working?
 
Upvote 0
Are they still using structured references, or have they changed to ranges?
 
Upvote 0

Forum statistics

Threads
1,223,362
Messages
6,171,634
Members
452,411
Latest member
sprichwort

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