handri
Board Regular
- Joined
- Nov 25, 2017
- Messages
- 88
- Office Version
- 365
- 2021
- Platform
- Windows
hi
I have 2 sheet in my workbook. 1st sheet is where is my item will be enter(down direction). 2nd sheet (Singe item) is my data bank which collected what are being entered in 1st sheet. Below is my vlookup formula
Problem is when duplicate item(common) being entered in sheet 1, the data bank will not capture in 2nd sheet.
In the meantime, thank you so much for your attention and participation
I have 2 sheet in my workbook. 1st sheet is where is my item will be enter(down direction). 2nd sheet (Singe item) is my data bank which collected what are being entered in 1st sheet. Below is my vlookup formula
HTML:
=VLOOKUP(A3,Sheet1!$B$2:C20,2,FALSE)
Problem is when duplicate item(common) being entered in sheet 1, the data bank will not capture in 2nd sheet.
In the meantime, thank you so much for your attention and participation