BIG question!

newbie_excel

New Member
Joined
Feb 17, 2007
Messages
23
Hi Guys, hope someone can help me out here!
OK here's the problem. My sheet looks like this:

A B C
21/07 tester 1
22/07 tester 2
21/07 tester b
23/08 tester 4
23/03 tester c

Where values in column A are dates, column B are usernames and C are membership types.
I want to create a formula which I can put onto a new sheet so that if values in column C are numbers above 2 (currently using 1, 2, 3 & 4) or letters (currently using a, b or c) then the cell with the formula displays the date and the username.

Hope you understand what I'm after!
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hi There

If the C column could be changed then you could use VLOOKUP for that

Say your range (As above but with C now in A) was A2:C7

Then in your new sheet B2 have

=VLOOKUP($A2, Sheet1!$A$2:$C$7, 2, 0)

And change that 2 to 3 for username

HTH


Dave
 
Upvote 0

Forum statistics

Threads
1,214,952
Messages
6,122,457
Members
449,083
Latest member
Ava19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top