Copy Cells Which Meet "True" (not false or blank) criteria, skip blanks

ellison

Active Member
Joined
Aug 1, 2012
Messages
343
Office Version
  1. 365
Platform
  1. Windows
Hi, wondering if there is a way to copy info from cells where the criteria (on the next column) is "true"...

Our info sometimes contains blanks, or numbers.

Would something like this that I've mocked up below be possible?



Copy-where-criteria-is-true-skip-blank-01-question.xlsx
ABCDEF
1RowInfoCriteriaInfo
22alphaTRUEalpha
33betaFALSE9
44golf
559TRUE
66echo
77foxtrot
88golfTRUE
99
1010hotelFALSE
Sheet1
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
How about
Fluff.xlsm
ABCDEF
1RowInfoCriteriaInfo
22alphaTRUEalpha
33betaFALSE9
44golf
559TRUE
66echo
77foxtrot
88golfTRUE
99
1010hotelFALSE
Sheet4
Cell Formulas
RangeFormula
F2:F4F2=FILTER(B2:B100,C2:C100)
Dynamic array formulas.
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

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