Filter or Show only output result

Vishaal

Well-known Member
Joined
Mar 16, 2019
Messages
530
Office Version
  1. 2010
  2. 2007
Platform
  1. Windows
  2. Web
Hi,

Thanks in advance,

we have the following sheet where we want to match some condition

Example (2).xlsx
ABCDEFGHIJ
1O NoDatedescp/fDateStatusTrackCommentfp
265859542206o is still pending526510-01-2015on rent359624/A5recd very goodo again
3359624642206o is sent to us26541510-02-20163596246/A68recd order againnot
465894742195o is pending due to stock251515-02-2010update soon658595/65best of luckrecd
562547842193O is in dispatch process21548525-02-2011359624/154Agreat productwait
Sheet1


now we want to check if
Sheet1!E2:E5 and Sheet1!H2:H5 is not blank and Sheet1!G2:G5 is blank then filter the value, as below given sheet but we need selected headings or columns

Example (2).xlsx
ABCD
1p/fStatusTrackfp
22654153596246/A68not
3215485359624/154Await
Sheet2


help pls
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
For Excel 2010 or later try

Vishaal 2020-08-07 1.xlsm
ABCD
1p/fStatusTrackfp
22654153596246/A68not
3215485359624/154Await
4   
Sheet2
Cell Formulas
RangeFormula
C2:C4C2=IFERROR(INDEX(Sheet1!H:H,AGGREGATE(15,6,ROW(Sheet1!E$2:E$5)/((Sheet1!E$2:E$5<>"")*(Sheet1!H$2:H$5<>"")*(Sheet1!G$2:G$5="")),ROWS(A$2:A2))),"")
D2:D4D2=IFERROR(INDEX(Sheet1!J:J,AGGREGATE(15,6,ROW(Sheet1!E$2:E$5)/((Sheet1!E$2:E$5<>"")*(Sheet1!H$2:H$5<>"")*(Sheet1!G$2:G$5="")),ROWS(A$2:A2))),"")
A2:A4A2=IFERROR(INDEX(Sheet1!E:E,AGGREGATE(15,6,ROW(Sheet1!E$2:E$5)/((Sheet1!E$2:E$5<>"")*(Sheet1!H$2:H$5<>"")*(Sheet1!G$2:G$5="")),ROWS(A$2:A2))),"")
 
Upvote 0

Forum statistics

Threads
1,213,521
Messages
6,114,109
Members
448,548
Latest member
harryls

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