Right, I've been tasked with making it difficult to balls up data entry in a spreadsheet at work. Some of us are epic at Excel, I am not quite so (yet). The idea with the task is that there are separate columns for each snippet of information that makes up the designation of a product, which will make it a lot harder to make duplicate entries, balls-up formatting or make mistakes. Hopefully.
I have a front page, sheet 1, and I need the highlighted column to auto-populate based on inputs on sheets 2 & 3 where columns A to E are concatenated into column F. What I want to happen, is when a number is typed into column A on sheets 2 & 3, some magical function on sheet 1 in the cells in column B checks whether that number exists in column A on either sheets 2 or 3, and if so, it fetches the full description from the same row in column F, and dumps it next to the corresponding No. in column A, sheet 1.
I've messed about a bit with 'IF' & 'OR' etc., but I can't make it jive. Anyone got any ideas?
I have a front page, sheet 1, and I need the highlighted column to auto-populate based on inputs on sheets 2 & 3 where columns A to E are concatenated into column F. What I want to happen, is when a number is typed into column A on sheets 2 & 3, some magical function on sheet 1 in the cells in column B checks whether that number exists in column A on either sheets 2 or 3, and if so, it fetches the full description from the same row in column F, and dumps it next to the corresponding No. in column A, sheet 1.
I've messed about a bit with 'IF' & 'OR' etc., but I can't make it jive. Anyone got any ideas?