Extracting specific cell data using specific date

melifreeman

New Member
Joined
Dec 4, 2020
Messages
20
Office Version
  1. 365
Platform
  1. Windows
I have two workbooks that need to have correlating information. With the formula below I've been able to get the data to pull correctly, HOWEVER it is not putting the data in the cell that I'd like it to go in. I'm open to suggestions on a different formula. Basically I need excel to look at the data, find the specific date and then fill in the specific cells accordingly. Here is the current formula and a screenshot of the result: =IF('[OY3 Selectee Schedules - Completion Log.xlsx]Sheet1'!$B$2:$B$59=DATE(2021,2,17),'[OY3 Selectee Schedules - Completion Log.xlsx]Sheet1'!C2:$C$59,"")


Untitled.jpg
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
What means?
it is not putting the data in the cell that I'd like it to go in
please give example what you want and what formula do.
 
Upvote 0
Hi & welcome to MrExcel.
If you are trying to get rid of the blank cells, try
Excel Formula:
=FILTER('[OY3 Selectee Schedules - Completion Log.xlsx]Sheet1'!C2:$C$59,'[OY3 Selectee Schedules - Completion Log.xlsx]Sheet1'!$B$2:$B$59=DATE(2021,2,17),"")
 
Upvote 0
Solution
What means?
it is not putting the data in the cell that I'd like it to go in
please give example what you want and what formula do.
I would like the data to be at the top of the page, not in line with where it is on the original workbook (which is what it's doing now). So for instance, if the date equals 2/17/20 and the data is on row 9 on the first workbook, I'd like the data put into row 2 on the second workbook.
 
Upvote 0
Hi & welcome to MrExcel.
If you are trying to get rid of the blank cells, try
Excel Formula:
=FILTER('[OY3 Selectee Schedules - Completion Log.xlsx]Sheet1'!C2:$C$59,'[OY3 Selectee Schedules - Completion Log.xlsx]Sheet1'!$B$2:$B$59=DATE(2021,2,17),"")
When I try that it tells me that I've entered too few arguments for that function
 
Upvote 0
It works for me, did you type it out, or copy/paste?
 
Upvote 0
After taking the weekend off (away from my computer) and trying again it worked beautifully! Thank you so much for your help!!!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,422
Messages
6,119,395
Members
448,891
Latest member
tpierce

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