Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
and if A1 isn't blank and you put in a non matching value it puts in n/a as
well, so being blank or not is not part of the issue and had no bearing on the original problem. Sorry you had to exert extra time retesting. Using [a1] instead of Range("A1") had no bearing on solving the problem as well. You like to use it, so use it. If you disagree that using application.Vlookup vice WorksheetFunction.Vlookup elimintates the 1004 error on a non match please enlighten us. -- Regards, Tom Ogilvy "Don Guillett" wrote in message ... I just re-tested. If a1 is blank you still get n/a. Isn't this what OP asked for? I only used [a1] for brevity in the formula part and didn't notice an appreciable change in speed. Perhaps this is more important with very slow computers with little memory. <G -- Don Guillett SalesAid Software "Tom Ogilvy" wrote in message ... Just for information if you are actually trying to learn something: I your look at Don's code, the reason it works is because he used application.Vlookup rather than Application.worksheetFunction.Vlookup. If A1 is blank that would be problematic as well, but he did nothing in his code to correct for that - only made it slower by replacing Range("A1") with [a1] -- Regards, Tom Ogilvy "pjjclark" wrote in message ... Thanks for your help. It works, at last I can now stop banging my head!! -- pjjclark ------------------------------------------------------------------------ pjjclark's Profile: http://www.excelforum.com/member.php...o&userid=29180 View this thread: http://www.excelforum.com/showthread...hreadid=508959 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu | Excel Discussion (Misc queries) | |||
Search for 2 true arguments and return true or false | Excel Discussion (Misc queries) | |||
Function to return True/False if all are validated as True by ISNU | Excel Worksheet Functions | |||
Reverse false and combine with true true value | Excel Worksheet Functions | |||
True Or False, no matter what... it still displays the false statement | Excel Programming |