Get only display values in a new column, and ignore blank cells

kaulishmehta

New Member
Joined
Mar 23, 2021
Messages
4
Office Version
  1. 2016
Platform
  1. Windows
Hello,
1616525223991.png


Now as shown i want to try make my C column, look like my E column.
I tried this formula, but didnot work
=IF(ROWS(D$2:D3)>COUNTA(C:C),"",INDEX(C:C,SMALL(IF(C$2:C$20<>"",ROW(C$2:C$20)),ROWS(D$2:D3))))

if somebody can help me it will be great!
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
What is in col C, is it a formula?
 
Upvote 0
yes, the column C is finding all the missing values that exist in column A and are not in column B.
 
Upvote 0
yes, the column C is finding all the missing values that exist in column A and are not in column B.
Cell Formulas
RangeFormula
A1:A23A1=Sample!A1
B1:B23B1='Recieved Samples'!B1
C2:C23C2=IF(ISERROR(VLOOKUP(A2,B:B,1,FALSE)),A2, )
D2:D17D2=IF(ROWS(D$2:D2)>COUNTA(C:C),"",INDEX(C:C,SMALL(IF(C$2:C$20<>"",ROW(C$2:C$20)),ROWS(D$2:D2))))
Press CTRL+SHIFT+ENTER to enter array formulas.
Named Ranges
NameRefers ToCells
Pending_List=OTHERS!$C$2:$C$1048576D2:D17
 
Upvote 0
Thanks for that, how about
+Fluff 1.xlsm
ABC
1Sample No.Sample No.Pending List
200453
3453452543
4452242343352
55434652443
6242335243
746553
823354 
923433520 
1024430 
112430 
1250 
1340 
1430 
1500 
1600 
1700 
1800
1900
2000
2100
2200
2300
24
Result
Cell Formulas
RangeFormula
C2:C17C2=IFERROR(INDEX($A$2:$A$50,AGGREGATE(15,6,(ROW($A$2:$A$50)-ROW($A$2)+1)/(ISNA(MATCH($A$2:$A$50,$B$2:$B$50,0))),ROWS(C$2:C2))),"")
 
Upvote 0

Forum statistics

Threads
1,214,393
Messages
6,119,261
Members
448,880
Latest member
aveternik

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