Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Using the ADDRESS formula, cell B1 evaluates to A10.
Using the ADDRESS formula, cell B2 evaluates to A20. I am trying to enter the MAX formula in cell C1 that uses the addresses contained in B1 and B2 so that you have, in effect, =MAX(A10:A20) Thank you in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Got it. Just use the INDIRECT function.
Thanks anyway and best regards. "JP" wrote: Using the ADDRESS formula, cell B1 evaluates to A10. Using the ADDRESS formula, cell B2 evaluates to A20. I am trying to enter the MAX formula in cell C1 that uses the addresses contained in B1 and B2 so that you have, in effect, =MAX(A10:A20) Thank you in advance. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=MAX(INDIRECT(B1&":"&B2)) -- Biff Microsoft Excel MVP "JP" wrote in message ... Using the ADDRESS formula, cell B1 evaluates to A10. Using the ADDRESS formula, cell B2 evaluates to A20. I am trying to enter the MAX formula in cell C1 that uses the addresses contained in B1 and B2 so that you have, in effect, =MAX(A10:A20) Thank you in advance. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Biff, that's it. Thanks very much,
JP "T. Valko" wrote: Try this: =MAX(INDIRECT(B1&":"&B2)) -- Biff Microsoft Excel MVP "JP" wrote in message ... Using the ADDRESS formula, cell B1 evaluates to A10. Using the ADDRESS formula, cell B2 evaluates to A20. I am trying to enter the MAX formula in cell C1 that uses the addresses contained in B1 and B2 so that you have, in effect, =MAX(A10:A20) Thank you in advance. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "JP" wrote in message ... Biff, that's it. Thanks very much, JP "T. Valko" wrote: Try this: =MAX(INDIRECT(B1&":"&B2)) -- Biff Microsoft Excel MVP "JP" wrote in message ... Using the ADDRESS formula, cell B1 evaluates to A10. Using the ADDRESS formula, cell B2 evaluates to A20. I am trying to enter the MAX formula in cell C1 that uses the addresses contained in B1 and B2 so that you have, in effect, =MAX(A10:A20) Thank you in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When I enter a formula, Excel shows the formula not the results | Excel Worksheet Functions | |||
How do I view formula results intead of formula in excel? | Excel Worksheet Functions | |||
CountIf formula results in the formula itself being displayed. | Excel Worksheet Functions | |||
View formula results instead of formula in 2003 version? | Excel Discussion (Misc queries) | |||
Modifying a formula to display the results of another formula | Excel Worksheet Functions |