Probably an easy one but im only an amateur on excel, I have a program that runs great and this is the box in question, =VLOOKUP($B$10,Dealers!$A$1:$D$904,3,FALSE) if this result of this search is a N/A how can i ask it to goto G17 which has this code =VLOOKUP($C$10,Post!$A$1:$I$209,9,FALSE) instead and read off the result and display it in the same answer box E10 ?
Hi,
Thank You for the responses, i still can’t quite get it sussed, i have quoted a link for the program if any1 would care to give it a quick peek its only small :-
(No malware assured) Basically B10 is the input box for say dealer GBN569, this will work fine, but if i enter a 2 digit post code as listed in any row from the ‘post’ table it does not display the initials(post row ‘o’) in G17 and the name and numbers in E&F10 .
Also if any1 knows how to jazz it up a bit that would be good too! I been on this thing for ages now :o
The basic problem was the Post Worksheet. The VLOOKUP had too much info to work with. What it needed was two columns, the A column containing the postcode letters and the B column with CCSM initials. I’ve changed that and modified cells E10 and F10 with ISERROR statements nested in the IF statements, so it checks for an error in cell B17 (which will happen if only the two letter code is put in cell B10) and then pulls the detail through from the VLOOKUP in cell G17
Exactly right Droid, i suspect i was asking a bit much of a Vlook up on post table, I could not work out the double search formula’s which you have done perfectly!
Many thanks,
(p.s where do you recommend the best place to advance on excel skills?)
A place I use is Excel Tip and I have also used Contextures as well. Also the best way is to find a need someone has and then try and find a solution to it. The search is half the fun of the creation. It’s amazing what you find when you’re not looking for it.