N NotGood@All Nov 6, 2008 #1 Can someone tell me why this gives me the "Sum" and not the "Avg" =AVERAGE(Sheet1!A19+Sheet2!A19) Thanks
Can someone tell me why this gives me the "Sum" and not the "Avg" =AVERAGE(Sheet1!A19+Sheet2!A19) Thanks
F Fred Smith Nov 6, 2008 #3 Yes. You told Excel to sum the two numbers (that's what the + sign does), then take the average of that sum. You probably want: =AVERAGE(Sheet1!A19,Sheet2!A19) Regards, Fred.
Yes. You told Excel to sum the two numbers (that's what the + sign does), then take the average of that sum. You probably want: =AVERAGE(Sheet1!A19,Sheet2!A19) Regards, Fred.