How to access a special column in the totals row of a table?

Regina Henschel 151 Reputation points
2024-07-22T10:57:09.32+00:00

I have the following table for example:

Name Sales Region
John 23 West
Uwe 45 West
Mary 39 East
Doris 12 West
Peter 8 East
Total 127 5

The table is named 'myData'.

I can access the Totals row by myData[#Totals]. I can access the Sales column by myData[Sales]. But how to access the column Sales in the Totals row, so that I get the 127 in the example? The AI suggested answer myData[#Totals][Sales] does not work.

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,683 questions
{count} votes