Forum Discussion
Auto-populate a cell with the contains from another cell
- Jan 21, 2022
stephurso In te file I sent you the formula would become:
=IFERROR(VLOOKUP(B2,Parts,2,FALSE),"")
See attached.
I keep getting an error message.
stephurso In te file I sent you the formula would become:
=IFERROR(VLOOKUP(B2,Parts,2,FALSE),"")
See attached.
- OwenRandy214Mar 04, 2024Copper Contributor
Hello. I have a spreadsheet that records fueling info for a truck company. It contains 3 columns of data, such as Vehicle #, Gallons, Date. note: I am actually currently using an excel to re-arange the data in this required order shown in attached photo.
The file is downloaded from the fuel recorder once per day. It contains different quantity of rows each day. Example today may have been 20 rows of data, tomorrow 35 rows. There is no static data in any cell.
I now need to add 3 additional columns of State (KY), Location (LOT) and City (Nashville). This will be static data. My issue is that this data only needs to populate down to where the entries end. As I said, they end in different rows each day. Example: If the file only contains data down to row 20, then my 3 new static fields should not populate past 20.
I need a formular or excel script to look at the cell to the left and if its populated with any data, then add the 3 static fields. If not populated, leave blank.
Thanks
Randy
- Riny_van_EekelenMar 04, 2024Platinum Contributor
OwenRandy214 Your question isn't related to this old thread. Best to open a new discussion.
- stephursoJan 21, 2022Copper ContributorWorked like a charm. One more item while I have you. Is there a way to force the format of the part description to the cell? in the order section some words are bold and or highlighted in red. When I type in a part number such as 4122 the description shows but the formatting does not. Everything is just lowercase with no bold or words with color. Not a big deal but it would be nice.
- Riny_van_EekelenJan 22, 2022Platinum Contributor
stephurso Unfortunately, not something I can help you with. If possible you probably need VBA to do so.
- stephursoJan 22, 2022Copper ContributorNo worries understood. Regarding this code that you supplied which works wonderful. It is possible to add a function that if the user does not add a valid part number (one that is not in cells B11 through B65 then it would display "Not a valid Part Number"?
=IFERROR(VLOOKUP(B2,Parts,2,FALSE),"")