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.
| Edit: Changed subject, was Using Column Name instead of letter not working Make your post understandable by others -- MrProgrammer, forum moderator |