You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Sheets Community
Google sheets have introduced the Tables feature. We can now refer to an entire column using Employees[Name] . Excel had this feature since long. In Excel you can even reference individual cells on a given row such as MATCH(Employees[@Name], Employess[Name],0). The @ implies we are working on the present row and looking for a single cell. This does not seem to work in Google sheets. It shows an error. Is anyone aware of how cells can be referenced in a Table using name of the column?