consolidated search

armour919

New Member
Joined
Jun 4, 2015
Messages
13
I have a data table that has 5 columns - Category, Department, owner, Start Date, Finish date. The input table has roughly 200 projects in it and I want to pull the name of the category and department based on the start date but I do not know how to consolidate the return not to show the blanks that are not true for the logic.


abcde
1CategoryDeptOwnerStartFinish
2CampaignMKTGEric
11/2/162/2/17
3CampaignMKTGEric10/30/162/2/17
4DealSalesSeth11/15/162/2/17
5DealSalesSeth11/2/162/2/17

<tbody>
</tbody>


I would like to reference a start date cell and when I place the start date of 11/2/16

I would like the following to be displayed

abcde
1CategoryDeptOwnerStart
2CampaignMKTGEric11/2/16
3DealSalesSeth11/2/16

<tbody>
</tbody>

its not as simple as a if statement because it would return a blank for row 3 and 4 as they do not meet the start date, how do I use the small function with the row function to pull the correct information?
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
bc if I was doing it once, then yes, but I am trying to pull the information through the month. Meaning, I have one input form but need to have the projects by start date broken out in different sections depending on the month selected.
 
Upvote 0

Forum statistics

Threads
1,203,430
Messages
6,055,337
Members
444,781
Latest member
rishivar

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