Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This really is a piggyback to an earlier post, but does anyone know
why the following array formula generates #VALUE! errors? {=INDIRECT(ADDRESS(ROW(),COLUMN()-2))} This construction works for a single cell, but I need something like it on a range of rows. Steven Stovall |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Steven,
have you tried =INDIRECT(ADDRESS(ROW(),COLUMN()-2,3)) as a non-array formula, and just copy down. -- HTH RP (remove nothere from the email address if mailing direct) "Steven Stovall" wrote in message om... This really is a piggyback to an earlier post, but does anyone know why the following array formula generates #VALUE! errors? {=INDIRECT(ADDRESS(ROW(),COLUMN()-2))} This construction works for a single cell, but I need something like it on a range of rows. Steven Stovall |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You don't need an array formula, just drag fill the formula down the column.
-- Regards, Tom Ogilvy "Steven Stovall" wrote in message om... This really is a piggyback to an earlier post, but does anyone know why the following array formula generates #VALUE! errors? {=INDIRECT(ADDRESS(ROW(),COLUMN()-2))} This construction works for a single cell, but I need something like it on a range of rows. Steven Stovall |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Indirect/match formula - array | Excel Worksheet Functions | |||
Indirect ref in array formulas | Excel Worksheet Functions | |||
Can INDIRECT return a range array? | Excel Worksheet Functions | |||
What is ROW(INDIRECT("1:40")) doing? (array formula) | Excel Worksheet Functions | |||
Indirect used in an array formula | Excel Worksheet Functions |