+ Reply to Thread
Results 1 to 3 of 3

Convert text to range

  1. #1
    Forum Contributor
    Join Date
    10-24-2006
    Location
    INDIA
    MS-Off Ver
    office 2010
    Posts
    190

    Convert text to range

    Hi,

    I want to refer the text content of a cell in another formula where the text content as defined as range.

    Example

    As referred in the attached file cell “I10” (totalmay) is referred in cell in “L10” (=COUNTIF(I10,(CONCATENATE($K10,L$3,"y")))

    Also, the content of “I10” is also defined as range


    Now I would like system to refer the contents of “I10” and take the corresponding range execute the command in cell “L10”


    Hope this is clear, if not please write back


    Regards
    Sagar
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    You need the INDIRECT function. Try this formula in L10

    =COUNTIF(INDIRECT(I10),$K10&L$3&"y")

    or you can do without I10 and just reference I8

    =COUNTIF(INDIRECT("total"&I8),$K10&L$3&"y")

  3. #3
    Forum Contributor
    Join Date
    10-24-2006
    Location
    INDIA
    MS-Off Ver
    office 2010
    Posts
    190
    Thanks a lot

    Regards
    Vimalakar

+ Reply to Thread

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