nburaq
Board Regular
- Joined
- Apr 2, 2021
- Messages
- 222
- Office Version
- 365
- 2019
- Platform
- Windows
Hi Gents,
I am trying to find the values matched in sheet2 and sheet3 for sheet1. if there is no match for sheet 1 the value will be N/A. I placed some values in sheet1 as samples. Itried to solve this with IF-XLOOKUP but it became very complicated. Thanks for your help and comments!
I am trying to find the values matched in sheet2 and sheet3 for sheet1. if there is no match for sheet 1 the value will be N/A. I placed some values in sheet1 as samples. Itried to solve this with IF-XLOOKUP but it became very complicated. Thanks for your help and comments!
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | No | Value | ||
2 | A123 | 10 | ||
3 | A124 | |||
4 | A125 | |||
5 | A126 | |||
6 | A127 | |||
7 | A128 | |||
8 | B225 | |||
9 | B226 | |||
10 | B227 | |||
11 | C185 | |||
12 | C186 | |||
13 | C187 | |||
14 | D111 | N/A | ||
Sheet1 |
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | No | Price | ||
2 | A123 | 10 | ||
3 | A124 | 15 | ||
4 | A125 | 12 | ||
5 | D111 | |||
6 | D112 | 8 | ||
7 | C185 | 18 | ||
Sheet2 |
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | No | Price | ||
2 | A127 | 4 | ||
3 | A128 | 16 | ||
4 | C186 | 22 | ||
5 | C187 | 8 | ||
Sheet3 |