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

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
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,215,473
Messages
6,125,018
Members
449,203
Latest member
tungnmqn90

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