+ Reply to Thread
Results 1 to 19 of 19

how to activate the function/formula in subsequent cell

  1. #1
    Registered User
    Join Date
    12-23-2012
    Location
    nepal
    MS-Off Ver
    Excel 2007
    Posts
    11

    Arrow how to activate the function/formula in subsequent cell

    suppose,
    Column-B, is filled with formulas or links to next multiple worksheets.
    I need the value arrived by activating the links or formulas typed in the same row.

    eg,
    in the workbook XYZ.xls,
    B1 contains, [abc.xls]sheet1!B1
    B2 contains, sum(B3:b9)

    now i need the value in A1, by activating the function in B1.

    Thank u in advance.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: how to activate the function/formula in subsequent cell

    Im not sure I understand what you are asking? if B1 contains, [abc.xls]sheet1!B1, then B1 with give you the answer to that anyway, it does not need to be "activated" (unless you have calcs set to manual, then just press F9)

    and if you want the same answer in A1 as in B1, then in A1 just type =B1

    if this is not what you meant, i would suggest you upload a sample work book, (all sensitive data removed), showing what data you are working with, a few examples of what your expected outcome is, and how you arrived at that

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    12-23-2012
    Location
    nepal
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: how to activate the function/formula in subsequent cell

    ## additional facts, might be helpful,
    1. we cant use vlookup, as the data source contains multiple cells with same value.
    2. the data source will be frequently deleted and replaced with new updated data.
    3. data source are from multiple sheets/workbooks
    4. indirect function alone could be used, but this alone is very time consuming, so seeking for an alternative way

    hope this will clarify my requirement.

    thanks in advance.
    Attached Files Attached Files

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: how to activate the function/formula in subsequent cell

    Not sure whether this is what you are looking for

    In F3 cell
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    To ignore 0 result when the source cell is empty
    In F3 cell
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Registered User
    Join Date
    12-23-2012
    Location
    nepal
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: how to activate the function/formula in subsequent cell

    @Sixthsense, this is not sufficient to solve. i think u didnt get my requirement. pls refer previous thread.

    thank u.

  6. #6
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: how to activate the function/formula in subsequent cell

    @jbshew,

    Sorry still I am unable to understand your requirement

  7. #7
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: how to activate the function/formula in subsequent cell

    the rihgt formula at Sheet1!A3 must be
    IDIRECT(B3) not INDIRECT("B3")

    etc

  8. #8
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: how to activate the function/formula in subsequent cell

    so we know that the supposed solution is indirect
    can you explain why
    4. indirect function alone could be used, but this alone is very time consuming, so seeking for an alternative way
    since you will just use the fill handle on the given solutions...
    also maybe like this
    =indirect( D1 & E1 & F1)
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  9. #9
    Registered User
    Join Date
    12-23-2012
    Location
    nepal
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: how to activate the function/formula in subsequent cell

    @vlady,
    this worked. but only PARTIALLY !
    =indirect(D1&E1&F1) is working if the reference is within the workbook (eg, D1 is Sheet1)
    but if reference is made to the next workbook, its not able to get the reference data. (eg, D1 is [Xyz.xls] )

    thank u

  10. #10
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: how to activate the function/formula in subsequent cell

    Another quick question whether this workbook [Xyz.xls] will kept open or it will be in closed mode? Since Indirect won't work with the closed workbooks

  11. #11
    Registered User
    Join Date
    12-23-2012
    Location
    nepal
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: how to activate the function/formula in subsequent cell

    @sixthsense,
    this is a big problem now.... is there any other function which is able to work in similar way but also in an closed workbooks??

  12. #12
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: how to activate the function/formula in subsequent cell

    The answer is "No". None of the builtin worksheet function will do the work of Indirect with closed workbook .

    Or

    You just try to keep the sheets within the same workbook instead of keeping it in separate workbooks.

  13. #13
    Registered User
    Join Date
    12-23-2012
    Location
    nepal
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: how to activate the function/formula in subsequent cell

    @sixthsense,
    this is a big problem now.... is there any other function which is able to work in similar way but also in an closed workbooks??

  14. #14
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: how to activate the function/formula in subsequent cell

    The answer is Yes.

    You download morefunc addin by way of a google search you will get the addin.

    Indirect.Ext one of the function of Morefunc addin which will work with closed workbooks also.

    Indirect.Ext (Morefunc Addin).JPG

  15. #15
    Registered User
    Join Date
    12-23-2012
    Location
    nepal
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: how to activate the function/formula in subsequent cell

    this will defiantly help... thank u @sinthsense .
    could you pls suggest me the download link for morefunc addin.... as i was nt able to find appropriate source...

    thank u so much..

  16. #16
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: how to activate the function/formula in subsequent cell

    I googled...indirect.ext download...and came up with a number os options to download it. perhaps you're search criteria was inadequate?

  17. #17
    Registered User
    Join Date
    12-23-2012
    Location
    nepal
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: how to activate the function/formula in subsequent cell

    Thank u so much for the replies frens

    finally found it
    but there is some problem while using it...
    I am attaching the workbook for reference, to show how i have tried to use it...
    hope this will be helpful finding the problem.. could anyone pls suggest what is the problem and a solution??

    I have used the Indirect.ext in the 'main' and another is for reference..

    Thanks in advance frens...
    Attached Files Attached Files

  18. #18
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: how to activate the function/formula in subsequent cell

    I wont be able to test what you have, because i am behind a company firewall that will not allow loading add-on's like that, sorry

  19. #19
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: how to activate the function/formula in subsequent cell

    The way you referred the root path is something incorrect. Just press = in main.xlsx and refer A1 cell of Support workbook and close the support workbook and see the main.xlsx formula to know how the root path is referred.

    Check the attached screenshot to know how to use Indirect.Ext.

    INDIRECT.EXT - Function Help.JPG

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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