+ Reply to Thread
Results 1 to 8 of 8

Connect/Link cell with name to cell with number

  1. #1
    Registered User
    Join Date
    06-08-2021
    Location
    Canada
    MS-Off Ver
    2013
    Posts
    4

    Connect/Link cell with name to cell with number

    Hi All

    I am looking for a formula or a method to connect name(Person1) in a cell A2 with few numbers in other cell but in same row for eg 10 in A3 and 12 in A4 .Like wise i have Name in B2 and different number in B3 & B4 .How do i connect the names to numbers in same row so that if i move name in Person1 from A2 to D2 the corresponding values from A3 & A4 should transfer over to D3 & D4 ?

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Connect/Link cell with name to cell with number

    Please upload a workbook or a representative cut down copy, anonymised if necessary. It is always easier to advise if we can see your request in its context.

    Show a before and after situation with manually calculated results, explaining which information is data and which is results, and if it's not blindingly obvious how you have arrived at your results some explanatory notes as well.

    To upload a file click the Go Advanced button at the foot of your post, look underneath the post area for the Manage Attachments section and take it from there.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    06-08-2021
    Location
    Canada
    MS-Off Ver
    2013
    Posts
    4

    Re: Connect/Link cell with name to cell with number

    Actual Sheet.jpgRequired Sheet.jpg
    Attached Files Attached Files

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Connect/Link cell with name to cell with number

    Hi,

    Either link cells directly e.g. put ='Actual Sheet'!B4 in B2, ...etc
    or

    use a vlookup formula in B2

    =VLOOKUP($A2,'Actual Sheet'!$A$2:$C$4,COLUMN(),FALSE)

    and copy to B2:C4

  5. #5
    Registered User
    Join Date
    06-08-2021
    Location
    Canada
    MS-Off Ver
    2013
    Posts
    4

    Re: Connect/Link cell with name to cell with number

    HI Richard

    Tried to make it work but it is not working well for me because the value in cell B2 , C2 needs to be manually input . So if the formula is there sitting it will be hard to connect this to A2 ? Hope you get where i am going ?
    Last edited by charan28s; 06-09-2021 at 04:02 PM.

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Connect/Link cell with name to cell with number

    Will this work

    =IF(A6="","",VLOOKUP($A6,'Actual Sheet'!$A$2:$C$4,COLUMN(),FALSE))

    OR

    =IFERROR(VLOOKUP($A2,'Actual Sheet'!$A$2:$C$4,COLUMN(),FALSE),"")

  7. #7
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Connect/Link cell with name to cell with number

    The formulae go in B2 & C2 on the Results sheet, they refer to B2 & C2 etc on the Actual sheet which are manually input.

    Or are you saying that there is only the Actual sheet. In which case follow the same principle but link or change the Vlookup to refer to other cells on the same sheet.

    I'm still confused since you are showing the (different) results in the very same cells as the values you start with. i.e. the results have replaced the starting values and I don't see anything in column D to which you referred in your original post.

    A step by step explanation of exactly what you do and what you see after each step would perhaps help.

    see attached
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    06-08-2021
    Location
    Canada
    MS-Off Ver
    2013
    Posts
    4

    Re: Connect/Link cell with name to cell with number

    HI John

    I think i got it working now with Richards formula . Thanks guys for your help

+ 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. Replies: 8
    Last Post: 01-02-2019, 04:18 PM
  2. Formula cell needed -> link to variable external link based on a cell content
    By milea_sorin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-22-2018, 10:00 AM
  3. Replies: 1
    Last Post: 07-15-2016, 03:46 PM
  4. Replies: 1
    Last Post: 01-18-2016, 05:40 PM
  5. Connect Excel cell to Database Table cell
    By Bitto in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 02-28-2014, 02:33 PM
  6. [SOLVED] Link the Series x & Y values to a number in a cell
    By stockgoblin42 in forum Excel Charting & Pivots
    Replies: 9
    Last Post: 04-30-2013, 02:23 PM
  7. How to Link text to number and in a cell
    By Ciaran in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-06-2012, 07:49 AM

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