Create List in row if value matches

NORRILLOUS

New Member
Joined
Apr 10, 2014
Messages
36
Office Version
  1. 365
Platform
  1. Windows
Sheet 1
A​
B​
C​
Machine​
Order Number​
ID Number​
31hbkb1252we
2qfw1262er
1wf3df2er7e
1wgfwsg2e7e7
2wdgw27e2e748
3cedvh4848859

Sheet 2
A​
B​
Machine​
O,ID Number​
1wf3df,2er7e,wgfwsg,2e7e7

For my example, I would like to use the data above in sheet 1 to return values (Columns B,C) to sheet 2 (Column B) if value is found in Column A
 
That error says that nothing matched both criteria.
Check that all the dates are real dates & not text, also check to ensure that the values in col E on both sheets do not contain any leading/trailing spaces.
 
Upvote 0

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
That error says that nothing matched both criteria.
Check that all the dates are real dates & not text, also check to ensure that the values in col E on both sheets do not contain any leading/trailing spaces
I checked the dates and I looked at the spaces thing. there was a leading space on there so I added the space and it fixed all the 6P items but not the 2P items ?

Here is another snap shot

Production Schedule Analysis.xlsm
ABCDEFG
2TR/GTSkiveSizeMachineFriday
34/30/2021
4TRSkivBase1000 ml 2P#CALC!
5TRSkivBase946 ml 2P#CALC!
6TRSkivBase473 ml 2P#CALC!
7TRSkivBase315 ml 2P#CALC!
8TRSkivBase237 ml 2P#CALC!
9GTSkivBase946 ml 6P176089,176085,176084,176090
10GTSkivBase473 ml 6P176089,176085,176084,176090
11GTSkivBase315 ml 6P176089,176085,176084,176090
DAILY ORDERS
Cell Formulas
RangeFormula
G2G2=G3
G3G3=TODAY()
G4:G11G4=TEXTJOIN(",",,FILTER('Press Schedule'!$F$2:$F$5000,('Press Schedule'!$E$2:$E$5000=E4)*('Press Schedule'!$A$2:$A$5000=$G$3)))
 
Upvote 0
You would be better of removing the spaces, otherwise they may cause you problems again in the future.
Can you post the relevant data that the formula is looking at.
 
Upvote 0
You would be better of removing the spaces, otherwise they may cause you problems again in the future.
Can you post the relevant data that the formula is looking at.

Production Schedule Analysis.xlsm
ABCDEFGHIJ
1Order Due DatePackage.VolumePackage.ShapePackage.SystemMachine NameOrder NumberGlobal Order ID Order Quantity Package.Sealing Var.Packaging Material.Denomination
22
235/3/2021237 mlBaseGT 6P0175992-S93490588148,000-/m
245/10/2021237 mlBaseGT 6P0176339-S93500045548,000-/m
255/17/2021237 mlBaseGT 6P17651193504834648,000-/m
265/17/2021237 mlBaseGT 6P17651293504834548,000-/m
27
28
295/11/20211000 mlBaseTR 2P0176374-S935002821346,000Skiv/pbs
305/11/20211000 mlBaseTR 2P0176315-S934991341480,000Skiv/pbs
315/18/20211000 mlBaseTR 2P0175554-S934793749140,000Skiv/pbs
326/1/20211000 mlBaseTR 2P0176048-S93492486680,000Skiv/pbs
336/1/20211000 mlBaseTR 2P0176047-S93492486940,000Skiv/pbs
Press Schedule
 
Upvote 0
None of those dates match today.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,065
Messages
6,122,944
Members
449,095
Latest member
nmaske

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