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.
=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.