HELP Vlookup is driving me crazy!

DEllis

Active Member
Joined
Jun 4, 2009
Messages
344
Office Version
  1. 365
Platform
  1. Windows
Hi everyone, I have used Vlookups in the past, but somehow they always seem to work once then the next time I work with them they go awry. Here is what I am trying to do.

Sheet 1 has the following columns
Case Numberdate createdtask numberstategroupassigned toshort descriptionemail
106452020-12-11 07:00:10153966closedfulfilmentsmithcheck status(is blank and here is where I want the formula.

Sheet 2 in same workbook has the following columns

Case numberdate createdrequesttypefirst namelast nameemaildescription
106452020-12-11 07:00:10CustomerFindJoeJoeName@gmail.com (this is the email that I want to put in the 8th column in sheet 1)status is ready

Can anyone help me, I have tried several vlookup variations and all product no results, I can see the email when I step into the formula but it doesn't appear on my sheet. If there is no email, I want the email address to be blank.

Appreciate your help
DEllis
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Presume you are basing the lookup value on case number?

=VLOOKUP(A2,Sheet2!A:G,7,0)
 
Upvote 0
Solution
Presume you are basing the lookup value on case number?

=VLOOKUP(A2,Sheet2!A:G,7,0)
Hi Steve, yes the case number would be the look up number and the correct information show in the formula window but not in my spreadsheet. See image, I've redacted the email address for privacy reasons.
 

Attachments

  • 2022-10-12_11-44-38.jpg
    2022-10-12_11-44-38.jpg
    41 KB · Views: 9
Upvote 0
Shows in formula bar then its in the cell. Formatting? Conditional formatting? Check the cell has black text for example.
 
Upvote 0

Forum statistics

Threads
1,215,328
Messages
6,124,299
Members
449,149
Latest member
mwdbActuary

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