Hi all,
I have a worksheet where I enter in the SKU and want to populate the Item #, Description, and Qty.
I am having two difficulties.
1) trying to use the vlookup function to add the item # and description
=VLOOKUP(A21,BathSecretItems!A3:G27,2,FALSE) + VLOOKUP(A21,BathSecretItems!A3:G27,3,FALSE)
I want to see 6693 Bath Pillow. Instead I receive the #VALUE! error.
2) referencing any cells to the right or down from my active cell. After populating the Item # and description, I want to go to the next row and over three columns to fill the qty.
Thank you,
Mickey
I have a worksheet where I enter in the SKU and want to populate the Item #, Description, and Qty.
I am having two difficulties.
1) trying to use the vlookup function to add the item # and description
=VLOOKUP(A21,BathSecretItems!A3:G27,2,FALSE) + VLOOKUP(A21,BathSecretItems!A3:G27,3,FALSE)
I want to see 6693 Bath Pillow. Instead I receive the #VALUE! error.
2) referencing any cells to the right or down from my active cell. After populating the Item # and description, I want to go to the next row and over three columns to fill the qty.
Thank you,
Mickey