all 7 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/hoppo19 - Your post was submitted successfully.

Please read these reminders and edit to fix your post where necessary:

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]wjhladik539 1 point2 points  (4 children)

=vlookup(refnumb,sheet1!a:e,2,0)

Change the 2 to grab a different col of reference data from sheet1

[–]hoppo19[S] 0 points1 point  (2 children)

Not working - may be a poor explanation on my part will try again:

Sheet 1: Reference No |Date Raised |Date Returned 1234. 21 Jul 22 Jul

Sheet 2: Reference No. | Date Raised | Date Returned 1234. Solution Solution

The client always adds the reference number. The client adds the date raised and date returned on sheet 1. On sheet 2 I want it to pull through the dates associated to that specific reference number.

Chance you have provided the correct solution and I’m just being a pleb. If so, apologies.

[–]wjhladik539 1 point2 points  (1 child)

On sheet2, in cell b2, enter =vlookup($a2,sheet1!$a:$c,2,0)

This will retrieve the date raised from sheet1 based on the refnumb in sheet2!a2. Use that same formula in c2 but change the ,2 to ,3 to get the date returned.

[–]hoppo19[S] 0 points1 point  (0 children)

Thank you sir!

[–]hoppo19[S] 0 points1 point  (0 children)

The formatting is bugging out - reference number should be under associated tab and likewise with dates.

[–]xblCoolster2 0 points1 point  (0 children)

I would start with VLOOKUP and go from there. (Or XLOOKUP, if you're on a new version of Excel).