Excel Data recall - Specific line of data to be pulled to a different excel sheet.

rquicktx

New Member
Joined
Sep 4, 2022
Messages
2
Office Version
  1. 2021
Platform
  1. Windows
Howdy all,

I just received a very extensive date sheet and I would like to pull only the lines of data pertaining to 2022 entries. There is a specific column which shows 2022 creation date.

So, what I need to do is run a query or a sum= type of statement which pulls only those rows where 2022 is shown in the column.

I appreciate the help.

Thanks,

RQ
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Hi, welcome to the forum.

If I assume you have a column of Dates in Col A, and next to it your desired numbers to add in Col B.

A Formula like this would add only the numbers in Col B that had dates in Col A = "2022"

Excel Formula:
=SUM(FILTER(B1:B6,YEAR(A1:A6)=2022))

Is it what you need ?
 
Upvote 0
I will give this a try and let you know. I have been trying various formulas, none seem to do the job I need it to do.

Thanks,
Rob
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,550
Members
449,088
Latest member
davidcom

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