Ask Experts Questions for FREE Help !
Ask
    tshidi's Avatar
    tshidi Posts: 2, Reputation: 1
    New Member
     
    #1

    Feb 24, 2008, 01:25 AM
    Vbs script
    I need to link up 2 sheet and they should update auto.Tried =sheet2!a3 but did not work tried =Vlookup(b2,sheet2!B2:c22 false) did not work.


    Example.
    Information in sheet 1 is the same in sheet 2 has date,number etc,If I update cell A4 in sheet1 Sheet2 A5 must be updated.I will use sheet 2 information and will not change.But sheet 2 will be like a database where different members will be entered.here is example of a spreadsheet.
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #2

    Mar 2, 2008, 09:02 AM
    Quote Originally Posted by tshidi
    I need to link up 2 sheet and they should update auto.Tried =sheet2!a3 but did not work tried =Vlookup(b2,sheet2!B2:c22 false) did not work.
    Both of those functions work for me just fine, though your second example is slightly formatted wrong.

    =Vlookup(b2,sheet2!B2:c22 false) "false" doesn't belong in that formula, there should be a number there. VLOOKUP is used to find data in one column and report back info from the same ROW but in a different column. For instance:

    COL 1 COL2
    bird seeds
    cat mouse
    dog bone
    ferret snake
    hamster straw

    If those are the cells from A1 through B5 on sheet 2, and you were searching for "dog", the formula would be:

    =Vlookup(dog,sheet2!a1:b5,2)

    That '2' at the end means show the info in the second column of the array when you find "dog" in the first column.

    meanwhile, your first straight reference works just fine for me.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

I want to use this Script but how do I [ 2 Answers ]

I have a Div called rtsidebar <div> <div/> I have tried putting the script in to the div but then couldn't work out how to set the script, thought it would be easy, might be me being a biff. Please help If some one could fill it out and get it to work so I could then edit it. Thanks

Script Writing [ 2 Answers ]

I would like to know the fashion in which a script is written. I have generated few characters in a sitcom that I would like to write. I am not aware of the style applied in writing a script for a sitcom. Please guide. Thanks.

Help with script [ 2 Answers ]

Hey it's me again about my script. I'm writing out of my element about magic and witches and stuff like that. The way i'm writing it sounds very corny and fake. Maybe it's just that i am horrible at writing. Can anybody read it and tell me how to make it sound less fake and stupid? Also, I need a...


View more questions Search