Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to find the maximum (in each week) but along the years the first and
last position changes. For that i use "=MAX(D124:D1345)" Now imagine that I want to use "=MAX(D125:D1346)" and that i have that numbers in some colums Can i change the formulae going to the numbers (it self)? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could do it this way...
=MAX(INDIRECT("D125:D"&A1)) where I assumed the row number was in cell A1. -- Rick (MVP - Excel) "Formulas with variable parameters" <Formulas with variable wrote in message ... I want to find the maximum (in each week) but along the years the first and last position changes. For that i use "=MAX(D124:D1345)" Now imagine that I want to use "=MAX(D125:D1346)" and that i have that numbers in some colums Can i change the formulae going to the numbers (it self)? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you just use
=MAX(D:D) then it doesn't matter where the rows with values are within the column. HTH, Bernie MS Excel MVP "Formulas with variable parameters" <Formulas with variable wrote in message ... I want to find the maximum (in each week) but along the years the first and last position changes. For that i use "=MAX(D124:D1345)" Now imagine that I want to use "=MAX(D125:D1346)" and that i have that numbers in some colums Can i change the formulae going to the numbers (it self)? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulae: Paste value formulae after doing an average operation | Excel Discussion (Misc queries) | |||
Using list values as variable in secondary formulae... best way? | Excel Worksheet Functions | |||
SUBSTITUTE formula -- variable spacing between parameters?? | Excel Worksheet Functions | |||
OnAction of Menu Bar with variable parameters | Excel Discussion (Misc queries) | |||
Set up OnAction of a Menu Bar button to a function with variable in the parameters | Excel Discussion (Misc queries) |