Need Fertilization for summery sheet

Kamran01

Board Regular
Joined
Feb 10, 2017
Messages
86
Dear Experts,

I have a datasheet and i want result in second sheet based on week numbers.
Main columns are as i mentioned below,


  1. Customers
  2. Styles
  3. Qty
  4. Rate
  5. Values
  6. shipment dates
  7. week numbers (Weeknum)
  8. status (In-process, ready to ship, shipped)

in second sheet using same columns and i want to use drop-down list for week numbers, when i select a week it showed me only filtered data against that week.

=IF(ROWS(A$14:A14)<=$B$3,INDEX(INDIRECT(A$13),SMALL(IF(ShipWeeks<=$A$3,ROW(ShipWeeks)-ROW('Datasheet'!A$20)+1),ROWS('Secondsheet'!A$14:A14))),"")

It is working properly but i want to add some lines too, suppose i have selected week 8 and those lines which still in-process in less than week 8 too.

Hoping to get a good result with expert teams,

Best Regard,
Kamran Noor
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,214,968
Messages
6,122,509
Members
449,089
Latest member
RandomExceller01

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