Results 1 to 3 of 3

convert array formula output to string

Threaded View

  1. #1
    Forum Contributor
    Join Date
    09-28-2007
    Location
    New York, NY
    MS-Off Ver
    2007
    Posts
    120

    convert array formula output to string

    Hi all,

    I'm trying to turn the output of an array formula to a string so that i can use it inside an INDIRECT formula. My array formula is the following:

    =IF(R3:R14=1,Q3:Q14&ROW(),"")
    Column Q has letters in it (C through N) and R is 1 or 0 for each letter. In the end, I want the string to look something like this:

    "C2,D2,E2,F2..." (assuming the formula was entered in cell O2)

    Using this string, I would then be able to write an AVERAGE around it:

    =AVERAGE(INDIRECT(---string---))
    Thanks,
    Joe
    Last edited by MCCCLXXXV; 07-07-2011 at 11:58 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1