Forum Discussion
DruJackson
Nov 15, 2020Copper Contributor
How to use a keyword to input data for the whole row?
, I am very new to the program. So in advance, excuse my lack of terminology. I was looking to have a worksheet with info on items name, # and material. I want to be able to type in the items name on...
Ramiz_Assaf
Nov 15, 2020Iron Contributor
You can do it using Vlookup
from the name it will search vertically for the value you inputted "the name" and it will return another value "the description" or "the material"
please see an example of the implementation
- DruJacksonNov 15, 2020Copper Contributor
Ramiz_Assaf Thank you for the example!