Formula that returns row containing a specific value from a cell

chenmoti

New Member
Joined
Oct 5, 2022
Messages
11
Office Version
  1. 365
Platform
  1. Windows
For example I have this data:

NameAgendaDate
John DoeTire Change3/22/2023
Jane DoeAsk Forum3/22/2023
John WickGo to Continental3/23/2023

Then I have a cell where in I can put a date then it returns each row that contains that specific date.
Input Date:3/22/2023

Then it should return
NameAgenda
John DoeTire Change
Jane DoeAsk Forum
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
How about
Fluff.xlsm
ABCDEFGH
1NameAgendaDate
2John DoeTire Change22/03/202322/03/2023John DoeTire Change
3Jane DoeAsk Forum22/03/2023Jane DoeAsk Forum
4John WickGo to Continental23/03/2023
5
Master
Cell Formulas
RangeFormula
F2:G3F2=FILTER(A2:B10,C2:C10=E2)
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,787
Members
449,188
Latest member
Hoffk036

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