+ Reply to Thread
Results 1 to 7 of 7

Cell Referencing question

  1. #1
    Registered User
    Join Date
    11-03-2011
    Location
    Hollywood, Florida
    MS-Off Ver
    Excel 2010
    Posts
    4

    Cell Referencing question

    I have about 170-180 sections of data in an excel document where I need to copy a value in a cell down an entire column conditional on another cell.

    ex. I have the value "Word A" in cell A1-T1 and another value "Term A" in cell A7. How would I create a formula that copies "Term A" into cells B7-T7. I know that I could simply filter and copy down but is there a way which I can perhaps do that for all 180 sections at once?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Cell Referencing question

    It's a bit unclear what you are looking for..

    Perhaps a simple IF()

    e.g.

    =IF(A1="Word A",A$7,"") copied down.. but I am not sure what you mean by other groups... Maybe a sample workbook might help us to understand better what you need ultimately.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    11-03-2011
    Location
    Hollywood, Florida
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Cell Referencing question

    For all of the exact values in column A I want to return the value in column D that corresponds to the first unique value in column A. Does that make more sense?
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Cell Referencing question

    Does a pivot table like in the attached work for you?
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    11-03-2011
    Location
    Hollywood, Florida
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Cell Referencing question

    Oooooooooooo so close! Would there be a way make a pivot table which returns text strings instead of numbers? Imagine replacing all of the numbers in the workbook with a letter. 1=a 2=b 3=c 4=d 45=de. I need to copy down specific urls for adwords.

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Cell Referencing question

    Not really... Pivot Tables are for number crunching....

    You can create a unique list first. Select column A and go to Data and click Advanced from the Sort & Filter section... check Unique Records Only and select Copy to another location and point to where you want the result.. I chose H1.

    Then you can have a formula in column I, starting at I2:

    =INDEX(D:D,MATCH(H2,A:A,0))

    copied down.

  7. #7
    Registered User
    Join Date
    11-03-2011
    Location
    Hollywood, Florida
    MS-Off Ver
    Excel 2010
    Posts
    4

    Talking Re: Cell Referencing question

    That didn't work completely for me but it did put me on the right track. I made the table and used Vlookup Instead. Thanks sooo much for your help dude!

+ 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