Fwd: $$Excel-Macros$$ Vlookup function using with match & columns

2013-07-11 Thread Muralidhar E
function? Thanks in advance. -- Forwarded message -- From: Prafull Jadhav Date: 10 July 2013 16:52 Subject: Re: $$Excel-Macros$$ Vlookup function using with match & columns To: excel-macros@googlegroups.com Dear Murli, You can just give ref of column,,, for example if you wa

Re: $$Excel-Macros$$ Vlookup function using with match & columns

2013-07-10 Thread Prafull Jadhav
e, Table array,*columns or column(array)*,range >>> lookup). >>> >>> I want to know how can we use both these functions. >>> >>> 1. Shall we can get the left side result by using vlookup function? >>> 2. Shall we can get the second value result

Re: $$Excel-Macros$$ Vlookup function using with match & columns

2013-07-10 Thread Muralidhar E
want to know how can we use both these functions. >> >> 1. Shall we can get the left side result by using vlookup function? >> 2. Shall we can get the second value result by using vlookup function? >> >> *Note:* It is more helpful with sharing date by examples. >>

Re: $$Excel-Macros$$ Vlookup function using with match & columns

2013-07-10 Thread Prafull Jadhav
Thanks in advance. > > > -- Forwarded message ------ > From: Muralidhar E > Date: 10 July 2013 15:30 > Subject: $$Excel-Macros$$ Vlookup function using with match & columns > To: excel-macros@googlegroups.com > > > > Dear friends, > > Good afternoon

Fwd: $$Excel-Macros$$ Vlookup function using with match & columns

2013-07-10 Thread Muralidhar E
vlookup function? *Note:* It is more helpful with sharing date by examples. Thanks in advance. -- Forwarded message -- From: Muralidhar E Date: 10 July 2013 15:30 Subject: $$Excel-Macros$$ Vlookup function using with match & columns To: excel-macros@googlegroups.com Dear fri

$$Excel-Macros$$ Vlookup function using with match & columns

2013-07-10 Thread Muralidhar E
Dear friends, Good afternoon, I need a help and I want to know how to use vlookup function by using match and columns function. How it is works? Plz, share with me. *1.This is using match function* =vlookup(lookup_value,Table array*,match(lookup_value,lookup_array,match type),*range lookup). *2

Re: $$Excel-Macros$$ VLOOKUP function

2010-10-11 Thread SUMIT VYAS
Dear, Please find herewith VBA vlookup one Value look up in column 1 6 Value look up in column 2 vlookup2(F10, F11, tLookupDemo, 3) Result Option Explicit ''

Re: $$Excel-Macros$$ VLOOKUP function

2010-10-11 Thread Pranav Vashishtha
Dear Alan Apply tis formula and your problem will be over. VlOOKUP Function needs 4 parameters your 1st,2nd,& 4th parameters are correct but in the 3rd parameter (Column no.) you supplied the column address that is $E:$E. I have just changed it to column no. 2 which is second column of your table w

Re: $$Excel-Macros$$ VLOOKUP function

2010-10-11 Thread Pranav Vashishtha
Dear Alan Apply tis formula and your problem will be over. VlOOKUP Function needs 4 parameters your 1st,2nd,& 4th parameters are correct but in the 3rd parameter (Column no.) you supplied the column address that is $E:$E. I have just changed it to column no. 2 which is second column of your table w

Re: $$Excel-Macros$$ VLOOKUP function

2010-10-10 Thread Alan
Thank you! I had problems when I just used an absolute column number. I did not realize that it was relative to the start of the table. In the simple tutorials, it is not clear whether it was supposed to be absolute or relative (same in examples).

Re: $$Excel-Macros$$ VLOOKUP function

2010-10-09 Thread Shreedar Pandurangaiah
Hi Alan, The third part of the formula, where you've put $E:$E has to be replaced by either 1 or 2(since your table array is just D and E column). Thanks, Shreedar On Sun, Oct 10, 2010 at 2:30 AM, Alan wrote: > I am using Excel 2007 and having a strange problem with the VLOOKUP > function.

$$Excel-Macros$$ VLOOKUP function

2010-10-09 Thread Alan
I am using Excel 2007 and having a strange problem with the VLOOKUP function. I have never used it before, but I have looked at examples on the Internet. However, I cannot figure it out. I placed the following formula in Cell B2: =VLOOKUP($A2,$D$2:$E$9,$E:$E,FALSE) and then copied it to B