Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
carrera
 
Posts: n/a
Default Entering # to pick particular selection

I'm tracking the reasons given as to why overtime is being worked.

In the sheet I'm sending to the managers to fill out weekly, I'm providing a
list at the top of common reasons, i.e. vacation coverage, short staffed,
drawing labs, etc.
The choices will be labeled 1 through ? ....and will be listed in cells C1
Through C?

I'd like for them to be able to enter a number in a cell, and have the
explanation associated with that # to appear either in that cell (preferable)
or in the cell next to it.

For example, they type "2" in F12 and "vacation" appears either in F12 or G12
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

Try a vlookup.
http://www.officearticles.com/excel/...soft_excel.htm
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"carrera" wrote in message
...
I'm tracking the reasons given as to why overtime is being worked.

In the sheet I'm sending to the managers to fill out weekly, I'm providing

a
list at the top of common reasons, i.e. vacation coverage, short staffed,
drawing labs, etc.
The choices will be labeled 1 through ? ....and will be listed in cells

C1
Through C?

I'd like for them to be able to enter a number in a cell, and have the
explanation associated with that # to appear either in that cell

(preferable)
or in the cell next to it.

For example, they type "2" in F12 and "vacation" appears either in F12 or

G12


  #3   Report Post  
Michael
 
Posts: n/a
Default

Hi Carrera. Try this:

A B
Reason ID Reason
1 vacation coverage
2 short staffed
3 drawing labs

If you enter the value from column A in F1, enter in G1: =
VLOOKUP(F1,A$1$:B$4$,2,False)

F1 = Value being looked up
A$1$:B$4$ = Range - use the $$ for absolute reference for the range if you
are going to copy the formula.
2 = The column # in which the information being looked up resides.
False = You are looking for an "Exact" Match.

The Range must be sorted on column A in ascending order to get the correct
answer in G12. HTH
--
Sincerely, Michael Colvin


"carrera" wrote:

I'm tracking the reasons given as to why overtime is being worked.

In the sheet I'm sending to the managers to fill out weekly, I'm providing a
list at the top of common reasons, i.e. vacation coverage, short staffed,
drawing labs, etc.
The choices will be labeled 1 through ? ....and will be listed in cells C1
Through C?

I'd like for them to be able to enter a number in a cell, and have the
explanation associated with that # to appear either in that cell (preferable)
or in the cell next to it.

For example, they type "2" in F12 and "vacation" appears either in F12 or G12

  #4   Report Post  
carrera
 
Posts: n/a
Default

Worked like a charm Michael

Thanks!

"Michael" wrote:

Hi Carrera. Try this:

A B
Reason ID Reason
1 vacation coverage
2 short staffed
3 drawing labs

If you enter the value from column A in F1, enter in G1: =
VLOOKUP(F1,A$1$:B$4$,2,False)

F1 = Value being looked up
A$1$:B$4$ = Range - use the $$ for absolute reference for the range if you
are going to copy the formula.
2 = The column # in which the information being looked up resides.
False = You are looking for an "Exact" Match.

The Range must be sorted on column A in ascending order to get the correct
answer in G12. HTH
--
Sincerely, Michael Colvin


"carrera" wrote:

I'm tracking the reasons given as to why overtime is being worked.

In the sheet I'm sending to the managers to fill out weekly, I'm providing a
list at the top of common reasons, i.e. vacation coverage, short staffed,
drawing labs, etc.
The choices will be labeled 1 through ? ....and will be listed in cells C1
Through C?

I'd like for them to be able to enter a number in a cell, and have the
explanation associated with that # to appear either in that cell (preferable)
or in the cell next to it.

For example, they type "2" in F12 and "vacation" appears either in F12 or G12

  #5   Report Post  
Michael
 
Posts: n/a
Default

Your welcome. Thanks for the response.
--
Sincerely, Michael Colvin


"carrera" wrote:

Worked like a charm Michael

Thanks!

"Michael" wrote:

Hi Carrera. Try this:

A B
Reason ID Reason
1 vacation coverage
2 short staffed
3 drawing labs

If you enter the value from column A in F1, enter in G1: =
VLOOKUP(F1,A$1$:B$4$,2,False)

F1 = Value being looked up
A$1$:B$4$ = Range - use the $$ for absolute reference for the range if you
are going to copy the formula.
2 = The column # in which the information being looked up resides.
False = You are looking for an "Exact" Match.

The Range must be sorted on column A in ascending order to get the correct
answer in G12. HTH
--
Sincerely, Michael Colvin


"carrera" wrote:

I'm tracking the reasons given as to why overtime is being worked.

In the sheet I'm sending to the managers to fill out weekly, I'm providing a
list at the top of common reasons, i.e. vacation coverage, short staffed,
drawing labs, etc.
The choices will be labeled 1 through ? ....and will be listed in cells C1
Through C?

I'd like for them to be able to enter a number in a cell, and have the
explanation associated with that # to appear either in that cell (preferable)
or in the cell next to it.

For example, they type "2" in F12 and "vacation" appears either in F12 or G12

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making pick list conditional on selection from previous pick list Stewart Excel Discussion (Misc queries) 1 June 27th 05 11:30 AM
Fit Selection Setting Doesn't Hold Brett Excel Discussion (Misc queries) 1 April 20th 05 10:22 PM
Calculate Value of Cell From Pick List Choice Buz Excel Discussion (Misc queries) 1 April 5th 05 08:52 PM
SELECTION() Thrava Excel Discussion (Misc queries) 2 January 2nd 05 01:33 AM
limit cell list selection based on the selection of another list lorraine Excel Worksheet Functions 2 December 14th 04 08:17 PM


All times are GMT +1. The time now is 05:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"