I need to use column names as the reference in formulas on Sheet2 since the column letters may change depending on how certain export data comes out.
Using the names in a formula on Sheet1 (the sheet the columns exist on) works fine (i.e. =SUM('Quantity') returns the sum of all the numbers in the Quantity column), but calling to the column name on Sheet2 returns Err:508 no matter which way I type it ( =SUM(Sheet1.Quantity), =SUM(Sheet1.'Quantity'), etc). I'm not sure if I'm just typing something wrong or what.
Any help would be appreciated. Thanks.
Using the names in a formula on Sheet1 (the sheet the columns exist on) works fine (i.e. =SUM('Quantity') returns the sum of all the numbers in the Quantity column), but calling to the column name on Sheet2 returns Err:508 no matter which way I type it ( =SUM(Sheet1.Quantity), =SUM(Sheet1.'Quantity'), etc). I'm not sure if I'm just typing something wrong or what.
Any help would be appreciated. Thanks.
Statistics: Posted by swdistro — Thu Aug 29, 2024 4:33 am