Thread: references
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Liz Liz is offline
external usenet poster
 
Posts: 8
Default references

Hi there, and thanks for any advice...
(Excel 2002)

I want to be able to set up a spreadsheet that will look up values based on
another cell's value. I know there is more than one way to accomplish what
I'm trying to do, but I'm stuck.

Sheet 1
A B
EMPLOYEE COST
john $1.00 (cell named JOHN)
jane $2.00 (cell named JANE)

Sheet 2
A B
EMPLOYEE COST
JOHN
JOHN
JANE
JOHN

I want to set up column B in sheet 2 to look up the value from sheet 1. My
idea was to use the cell names to create a formula, but I'm open to
suggestions. A bonus would be some conditional formatting on one of the
cells on Sheet 2 if the employee does not exist on Sheet 1.

I'm setting up this sheet as a template for novice users so the cleaner the
formulas, the better! (they have to be able to add/change parts of both
sheets so protecting cells is out)

Thank you