Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to average a series of numbers of a second sheet within
the same workbook. My equation is: xlApp.Range("K7").Formula = "=AVERAGE('Earned Value'! H2,H500)" I would like to use something similar to the following to ensure I get the last cell. xlApp.Range("K7").Formula = "=AVERAGE('Earned Value'! H2,H & xlApp.ActiveSheet.Cells(xlApp.Rows.Count, ""k"").End(xlUp).Row" Where have I gone wrong? THanks JEff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
date calcualtion | Excel Worksheet Functions | |||
Calcualtion of renewal | Excel Worksheet Functions | |||
Calcualtion of renewal | Excel Worksheet Functions | |||
Calcualtion of renewal | Excel Worksheet Functions | |||
Last cell In calcualtion problem | Excel Worksheet Functions |