I realised that when I wrote the ISNA function article that I had never written an explanation of VLOOKUP. I want to write up explanations for a umber of other functions in the future like COLUMN, ROW, MATCH and INDEX followed by OFFSET. All these make lots of sense when you use them with the VLOOKUP function. So I though it best to start with this function. I will also say that everything I write about VLOOKUP here applies to HLOOKUP as well. the only difference is the orientation, that is VLOOKUP looks across columns from left to right, and HLOOKUP looks down rows from top to bottom.
The built in Excel Help is very good at helping with this function. However it doesn't point out many of the pitfalls than occur in common use.
The ISNA function is an Information Function. It is is used to return information about the status of a cell, or specifically another functions results. The most common use I have for this function is to validate the VLOOKUP function. If the VLOOKUP function is looking for a value that can not be found in the lookup range, then it will return #N/A as the result. Thus it is good to wrap that function in an IF Statement using the ISNA function to replace the #N/A results with something else – e.g. a text string such as “error” or maybe a zero.
=IF(ISNA(VLOOKUP(A1,$B:$B,1,FALSE))=TRUE,"error",VLOOKUP(A1,$B:$B,1,FALSE))
Remember the ISNA function returns a TRUE or FALSE. These equate to a 1 or 0 so can be used in formulas such as array formulas as well.
This week we are looking at a very simple but a very powerful function.
The VALUE function is very easy to use, just type =VALUE(text) in a cell where text is a cell reference is a valid cell address e.g. A1 or T45 or a cell name – e.g. my_cell or just some text. It must represent a number.
The uses of this function are wide. I use it regularly in the following scenarios:
the Excel help provides this example:
Time to unload the browser again. And I have some great stuff for you all this week. Starting with some geek humour as well as some new toys and news.
Geeks are Sexy post a YouTube video of the Big Bang Theory and Rock, Paper, Scissors, Lizard, Spock, their use of the extended version of Rock, Paper, Scissors. Check it out!
HP has suddenly become an Excel Tips website! These three pages were linked in their last newsletter.
Some great news on the Windows Live front.
First of all A note about Hotmail, SkyDrive and Photos storage space from LiveSide advising that there is now a massive 50GB o free space online available to you as follows:
Recent comments
10 years 37 weeks ago
10 years 37 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago