Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know I can do an array calculation in one cell (for example A1) and
reference A1 in a normal formula. However, is it possible to have the array formula inside the normal formula? I hope that made sense. TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think that it is.
Can you give more details of the problem, and we can address it directly rather than trying to interpret what you are saying. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message ups.com... I know I can do an array calculation in one cell (for example A1) and reference A1 in a normal formula. However, is it possible to have the array formula inside the normal formula? I hope that made sense. TIA |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Feb 18, 4:49 am, "Bob Phillips" wrote:
I think that it is. Can you give more details of the problem, and we can address it directly rather than trying to interpret what you are saying. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message ups.com... I know I can do an array calculation in one cell (for example A1) and reference A1 in a normal formula. However, is it possible to have the array formula inside the normal formula? I hope that made sense. TIA Ok. I want to use the result of {=MAX((ISNUMBER(SEARCH(B1,A2:A7)))*ROW(A2:A7))} (btw B1 is a text string and the result of the is the number 5 in my case). I want to use this number 5 as part of a range in another formula. For example, =sum("D"&5:D25). |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Feb 18, 8:34 am, wrote:
On Feb 18, 4:49 am, "Bob Phillips" wrote: I think that it is. Can you give more details of the problem, and we can address it directly rather than trying to interpret what you are saying. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message oups.com... I know I can do an array calculation in one cell (for example A1) and reference A1 in a normal formula. However, is it possible to have the array formula inside the normal formula? I hope that made sense. TIA Ok. I want to use the result of {=MAX((ISNUMBER(SEARCH(B1,A2:A7)))*ROW(A2:A7))} (btw B1 is a text string and the result of the is the number 5 in my case). I want to use this number 5 as part of a range in another formula. For example, =sum("D"&5:D25). I want the array formula inside the sum formula like this =sum("D"&{MAX((ISNUMBER(SEARCH(B1,A2:A7)))*ROW(A2: A7))}:D25). |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=SUM(INDIRECT("D"&MAX(ISNUMBER(SEARCH(B1,A2:A7))*R OW(A2:A7))&":D25"))
entered with Ctrl+Shift+Enter since the whole formula must be treated as an array formula worked for me. -- Regards, Tom Ogilvy wrote in message ups.com... On Feb 18, 8:34 am, wrote: On Feb 18, 4:49 am, "Bob Phillips" wrote: I think that it is. Can you give more details of the problem, and we can address it directly rather than trying to interpret what you are saying. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message oups.com... I know I can do an array calculation in one cell (for example A1) and reference A1 in a normal formula. However, is it possible to have the array formula inside the normal formula? I hope that made sense. TIA Ok. I want to use the result of {=MAX((ISNUMBER(SEARCH(B1,A2:A7)))*ROW(A2:A7))} (btw B1 is a text string and the result of the is the number 5 in my case). I want to use this number 5 as part of a range in another formula. For example, =sum("D"&5:D25). I want the array formula inside the sum formula like this =sum("D"&{MAX((ISNUMBER(SEARCH(B1,A2:A7)))*ROW(A2: A7))}:D25). |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Feb 18, 9:35 am, "Tom Ogilvy" wrote:
=SUM(INDIRECT("D"&MAX(ISNUMBER(SEARCH(B1,A2:A7))*R OW(A2:A7))&":D25")) entered with Ctrl+Shift+Enter since the whole formula must be treated as an array formula worked for me. -- Regards, Tom Ogilvy wrote in message ups.com... On Feb 18, 8:34 am, wrote: On Feb 18, 4:49 am, "Bob Phillips" wrote: I think that it is. Can you give more details of the problem, and we can address it directly rather than trying to interpret what you are saying. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message oups.com... I know I can do an array calculation in one cell (for example A1) and reference A1 in a normal formula. However, is it possible to have the array formula inside the normal formula? I hope that made sense. TIA Ok. I want to use the result of {=MAX((ISNUMBER(SEARCH(B1,A2:A7)))*ROW(A2:A7))} (btw B1 is a text string and the result of the is the number 5 in my case). I want to use this number 5 as part of a range in another formula. For example, =sum("D"&5:D25). I want the array formula inside the sum formula like this =sum("D"&{MAX((ISNUMBER(SEARCH(B1,A2:A7)))*ROW(A2: A7))}:D25). So I take it it's not possible to have an array formula inside a normal formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula needed to concatenate text with result from calculation | Excel Discussion (Misc queries) | |||
Formula Help - Perform a calculation only if the result falls between 2 values | Excel Discussion (Misc queries) | |||
Table Lookup formula where 2 known values are inside array | New Users to Excel | |||
formula result #value! needs to equal zero for average calculation | Excel Worksheet Functions | |||
Array formula weird result | Excel Discussion (Misc queries) |