Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a formula:
=AVERAGE(Sheet1!K$4:K$34) I am trying to drag down on the worksheet (no across)... so the formula will be: =average(sheet1!L$4:L$34) =average(sheet!M$4:M$34) and so on...when I drag the formula down the column. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=AVERAGE(INDIRECT("sheet1!" & CHAR(ROW(K1)+COLUMN()+64 - 1)& 4 & ":" &
CHAR(ROW(K1) + COLUMN() + 64 - 1) & 34)) -- Kevin Vaughn "Danielle" wrote: I have a formula: =AVERAGE(Sheet1!K$4:K$34) I am trying to drag down on the worksheet (no across)... so the formula will be: =average(sheet1!L$4:L$34) =average(sheet!M$4:M$34) and so on...when I drag the formula down the column. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need keystrokes equivalent to dragging one column heading onto ano | Excel Discussion (Misc queries) | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
How can I sort an entire spreadsheet from a list | Excel Worksheet Functions |