Hi SirJB7
Good to see the forum police are out and about; every forum needs one. The standard reply could be warmer dude
I did actually try searching for what I needed, and your two suggstions are included. The first one links to a Microsoft result that has faulty formulas. Second one is close but deals with numerals, not text and me not being a smart man can't translate the pure formula to reality.
I am hoping to return non-numerical values in my lookup. I am compiling a report that will search for staff and equipment based on a common criteria; in this case, a cost centre. I have already used the SUMPRODUCT formula to return actual values in the list, so this is all generated off the cost centre in one cell, which then updates the graphs I have listed. We use around 100 cost centres and this means 1 template for all offices, they simply enter their cost centre number and the graphs update (BTW, I love that post, it was exactly what I needed). The intention is to link this formula into that cell with the cost centre number then like sumproduct/vlookup refresh the list of items specific to that cost centre number.
The data is listed thus:
1060484 136MVC Commodore Wagon Fred Bloggs 1/08/2012 100,947
1060429 1DAS489 Commodore Wagon Barney Rubble 29/10/2012 93,452
1060421 781LQT Rav4 Wagon Fred Flinstone 15/11/2012 59,831
1060482 BA10SA Rav4 Wagon Wilma Flintstone1/11/2012 78,490
1060485 WQM003 Commodore Wagon Betty Rubble 3/08/2012 88,079
1652802 BI39MB Falcon Wagon Dino Flintstone 16/03/2015 74,970
1652802 BK64KD Commodore Wagon BamBam Rubble 30/03/2015 52,761
So what I want to do is to search Column A, looking for the common cost centre number. In this example I have 2 people in c/c 1652802 and I want to present the data across the line in a new spreadsheet report. Copy and past is no good, as above we generate info based on the cost centre being entered into cell A.
So my drama is I don't want to sum numbers or anything to do with numbers; I simply want to return values as above based on a identifier.
Sorry, I am not that expert on excel and this is a bit beyond me. I don't write formula's off the top of my head, I still use the lkittle box to do it. Hopefully there is an example that can be posted that shows me how it is done; once I see it in action I will be able to work on it.
My sheet holding the graphs for analysis are on another sheet to the raw data, so in effect I am trying to do a dashboard at a lkevel i can cope with, before trying to attempt a dashboard.