Listing Values Found in A Column to Another Column

zakmuh

New Member
Joined
Apr 24, 2014
Messages
31
Hi. As shown in the attached screenshot, column E finds numbers from column C, checking column A for non empty cells; =IF(ISBLANK(A2),"",C2). I need help with listing column E values into column G, without any gaps between cells, and I want the duplicate values as well.


Capture.JPG


Thanks a lot in advance.

Zak
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Oops, my original responses deleted as I missed that this is most likely a Google Sheets question?
 
Upvote 0
Hi Peter. Yes its for Googlesheet but Im working on Excel at the moment. DO they work differently with regards to formula?
 
Upvote 0
In Excel, if you have Microsoft 365, you can do it like below. I am not very familiar with Sheets.

21 10 24.xlsm
ABCDE
1
2a11
3b22
435
547
6c57
7611
8d77
987
109
11k7
12l11
1312
14m7
1514
16y7
zakmuh
Cell Formulas
RangeFormula
E2:E9E2=FILTER(C2:C16,A2:A16<>"")
Dynamic array formulas.
 
Upvote 0
Solution
In Excel, if you have Microsoft 365, you can do it like below. I am not very familiar with Sheets.

21 10 24.xlsm
ABCDE
1
2a11
3b22
435
547
6c57
7611
8d77
987
109
11k7
12l11
1312
14m7
1514
16y7
zakmuh
Cell Formulas
RangeFormula
E2:E9E2=FILTER(C2:C16,A2:A16<>"")
Dynamic array formulas.
Thanks, it worked with sheet!
Your formula finds the values and also listing them but I want to extract the numbers from that particular FOUND column E. So I changed it to this =FILTER(E2:E16,E2:E16)
 
Upvote 0

Forum statistics

Threads
1,223,374
Messages
6,171,725
Members
452,418
Latest member
kennettz

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