| View previous topic :: View next topic |
| Author |
Message |
FaceLifter Newbie

Joined: 26 Oct 2008 Posts: 1
|
Posted: Sun Oct 26, 2008 4:06 pm Post subject: Having trouble creating auto filling cells based off a list |
|
|
I am trying to create a sheet that references information off of another sheet.
I have sheetA that with a list of first names, last names, scheduled hours, and worked hours.
On sheetB I have created a drop-down list of the first names on sheetA by using validity>cell ranges.
What I am now trying to do is have the next column in sheetB automatically fill in the last name from sheetA, once the first name is chosen.
Then about 3 cells over I want to automatically fill in the scheduled hours based off of the first name chosen, but I attempted this yet.
I hope that explains it.
I've tried to create multiple IF statements since there are only 34 rows. But I couldn't get more than one IF statement to work.
=IF(B12=$sheetA.B11;$sheetA.C11);IF(B12=$sheetA.B12;$sheetA.C12)
I've also tried VLOOKUP, but I'm not sure how to get it to work. |
|
| Back to top |
|
 |
corona Newbie

Joined: 26 Oct 2008 Posts: 3
|
Posted: Mon Oct 27, 2008 2:34 am Post subject: |
|
|
Hehe, that's funny, i've just got a great reply to basically the same question, here: http://www.oooforum.org/forum/viewtopic.phtml?t=76511
Maybe this is an often asked question, although nothing I tried searching for brought it up.
Good Luck!
Andrew |
|
| Back to top |
|
 |
rajaiskandarshah General User


Joined: 08 Nov 2005 Posts: 11 Location: Malaysia
|
|
| Back to top |
|
 |
|