PC Review


Reply
Thread Tools Rate Thread

conditional displaying of data

 
 
da'mick
Guest
Posts: n/a
 
      30th Oct 2006
In worksheet 1, column c, is listed various pay grades ranging from A -
I ( that's an i ), A1, M1 - M3 & X1 - X4.

On worksheet 2, column a is the same list, with the frequently updated
minimum, midpoint & maximum hourly and annual pay range data occupying
columns B - G.

What I am requesting assistance with is first determining if anyone
knows of a way to compare the pay grade in worksheet 1, column c
against worksheet 2, column a and then take the corresponding pay range
information from worksheet 2 and display it on worksheet 1?

Much thanks for any assistance and insight.

 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q2hhcmxlcyBDaGlja2VyaW5n?=
Guest
Posts: n/a
 
      30th Oct 2006
This can be done using VLOOKUP:
D1=VLOOKUP(C1,Sheet2!A1:B4, 2)
this formula looks for C1's value in Sheet2 Range A1:A4, and returns the
number from the 2nd column (B) in the same row that the data was found.
--
Charles Chickering

"A good example is twice the value of good advice."


"da'mick" wrote:

> In worksheet 1, column c, is listed various pay grades ranging from A -
> I ( that's an i ), A1, M1 - M3 & X1 - X4.
>
> On worksheet 2, column a is the same list, with the frequently updated
> minimum, midpoint & maximum hourly and annual pay range data occupying
> columns B - G.
>
> What I am requesting assistance with is first determining if anyone
> knows of a way to compare the pay grade in worksheet 1, column c
> against worksheet 2, column a and then take the corresponding pay range
> information from worksheet 2 and display it on worksheet 1?
>
> Much thanks for any assistance and insight.
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
macro for displaying conditional formatting FA Microsoft Excel Misc 1 20th Aug 2009 03:17 PM
Conditional Formatting that will display conditional data =?Utf-8?B?QnJhaW5GYXJ0?= Microsoft Excel Worksheet Functions 1 13th Sep 2005 05:45 PM
Displaying Xml data in Treeview & AfterSelecting nodes display data in RichTextBox Guest Microsoft Dot NET 0 20th May 2005 08:13 AM
conditional formats not displaying in emailed report =?Utf-8?B?SmFuZQ==?= Microsoft Access Reports 0 27th Oct 2004 10:09 PM
combo box not displaying data if limit to list opetion set and displaying item not in list.... Chris Strug Microsoft Access Form Coding 4 3rd Oct 2003 03:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:33 AM.