+ Reply to Thread
Results 1 to 5 of 5

How to use a cell address from a formula in another formula

  1. #1
    Registered User
    Join Date
    08-22-2012
    Location
    Land of Oz
    MS-Off Ver
    Excel 2000
    Posts
    30

    Question How to use a cell address from a formula in another formula

    I have a spreadsheet which has two columns of data and a formula, "IF(ISERROR(MATCH(V3,Z:Z,0)),"Not Found",ADDRESS(MATCH(V3,Z:Z,0),26,4))" which tests for a match between the cell in Column "V" and the data in Column "Z" and if a match is found, returns the cell address in Column "Z" of the match. I need to take some data from another cell in the same row that the match is in and put it in a cell in the same row as the original data. For example:

    the data in Cell "V3" has a match in Cell "Z555". I need to take data from Cell "Y555" and put it in Cell "X3"
    the data in Cell "V6" has a match in Cell "Z1117". I need to take the data in Cell "Y1117" and put it in Cell "X6"

    Can I do this with a formula? I'm using Excel 2003. Thanx.
    Last edited by LonesomeJoe; 05-30-2014 at 10:15 AM.

  2. #2
    Registered User
    Join Date
    08-28-2013
    Location
    Phoenix, Arizona
    MS-Off Ver
    Excel 2010, 2013
    Posts
    69

    Re: How to use a cell address from a formula in another formula

    I believe this is resolved with an index(array of data(match(V3,Z:Z,0),column number for column Y in array). Control, shift and enter simultaneously to activate the array formula.

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2411
    Posts
    26,674

    Re: How to use a cell address from a formula in another formula

    Put this formula in X3 and copy down:

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


    I think you are misunderstanding how ADDRESS works. In your example, the result of the formula for row 3 will be Z555. But that result is pretty much useless. You need the value from that cell.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  4. #4
    Registered User
    Join Date
    08-22-2012
    Location
    Land of Oz
    MS-Off Ver
    Excel 2000
    Posts
    30

    Re: How to use a cell address from a formula in another formula

    That's the magic formula! Thank you!

  5. #5
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2411
    Posts
    26,674

    Re: How to use a cell address from a formula in another formula

    You're welcome! Thanks for the rep, and thanks for marking your thread Solved!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Using formula as part of cell address
    By jcaster in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-16-2014, 08:51 AM
  2. How to get cell address using formula?
    By suman.biswas in forum Excel General
    Replies: 9
    Last Post: 08-11-2009, 08:54 AM
  3. [SOLVED] cell address from formula
    By JohnJC in forum Excel General
    Replies: 1
    Last Post: 06-14-2006, 07:15 AM
  4. [SOLVED] cell address formula
    By ellebelle in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-02-2006, 07:30 PM
  5. [SOLVED] cell address within formula
    By Nate Kolman in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-24-2005, 05:06 PM

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