Anonnymouse
New Member
- Joined
- Jun 28, 2023
- Messages
- 27
- Office Version
- 365
- Platform
- Windows
Hello Excel Wizards,
I am trying to see if its possible to do this in excel.
In column C:G I have the original data set and in Column J:M i have a data set of measured values.
I am wondering if its possible to get in column Q the closest values from K:M that are similar to the original data set C:G.
Example C2=Brick One, B2=Value 1 E2=100, F2=200, G2=300
In columns J:M we have 6 examples of values with the name Brick are very similar. So It should then pull that information and put it on O:Q saying there is 6 instances where it is similar or matches.
I am trying to see if its possible to do this in excel.
In column C:G I have the original data set and in Column J:M i have a data set of measured values.
I am wondering if its possible to get in column Q the closest values from K:M that are similar to the original data set C:G.
Example C2=Brick One, B2=Value 1 E2=100, F2=200, G2=300
In columns J:M we have 6 examples of values with the name Brick are very similar. So It should then pull that information and put it on O:Q saying there is 6 instances where it is similar or matches.
Book2 | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | |||
1 | Identifier | Sub-Ident | Value 1 | Value 2 | Value 3 | Identifier | Value 1 | Value 2 | Value 3 | Identifier | Sub-Ident | Which Value is closest | |||||||
2 | Brick One | Value 1 | 100 | 200 | 300 | Brick One | 105 | 205 | 305 | Brick One | Value 1 | 6 | |||||||
3 | Brick One | Value 2 | 150 | 250 | 350 | 98331 | 450 | 650 | 750 | Brick One | Value 2 | 7 | |||||||
4 | Brick Two | Value 1 | 100 | 240 | 500 | Brick One | 115 | 215 | 313 | Brick Two | Value 1 | 1 | |||||||
5 | 98331 | Value 1 | 200 | 300 | 400 | Brick One | 161 | 267 | 358 | 98331 | Value 1 | 1 | |||||||
6 | 98331 | Value 2 | 50 | 60 | 70 | Brick One | 105 | 205 | 305 | 98331 | Value 2 | 1 | |||||||
7 | 98331 | Value 3 | 400 | 600 | 700 | Brick two | 100 | 240 | 500 | 98331 | Value 3 | 2 | |||||||
8 | Brick One | 115 | 215 | 313 | |||||||||||||||
9 | 98331 | 205 | 305 | 405 | |||||||||||||||
10 | 98331 | 55 | 65 | 75 | |||||||||||||||
11 | Brick One | 155 | 255 | 355 | |||||||||||||||
12 | Brick One | 115 | 215 | 313 | |||||||||||||||
13 | Brick One | 161 | 267 | 358 | |||||||||||||||
14 | Brick One | 161 | 267 | 358 | |||||||||||||||
15 | Brick One | 155 | 255 | 355 | |||||||||||||||
16 | Brick One | 155 | 255 | 355 | |||||||||||||||
17 | Brick One | 161 | 267 | 358 | |||||||||||||||
18 | Brick One | 105 | 205 | 305 | |||||||||||||||
19 | 98331 | 400 | 600 | 700 | |||||||||||||||
Sheet1 |