ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Works if I copy F Col to A Col (https://www.excelbanter.com/excel-worksheet-functions/91176-works-if-i-copy-f-col-col.html)

Steved

Works if I copy F Col to A Col
 
Hello from Steved

The below formula works ok If I use the lookup reference in A column.

I need this to use the below in F column in stead off A Please.

=IF(ISNA(VLOOKUP(--A7,Sheet2!$A$2:$H$50000,2,FALSE)),"
",VLOOKUP(--A7,Sheet2!$A$2:$H$50000,2,FALSE)).

Thankyou.

C01d

Works if I copy F Col to A Col
 

Could you provide more information on your problem? Are you trying to
copy the formula from column A to F or trying to lookup values in
column F instead of A?


--
C01d
------------------------------------------------------------------------
C01d's Profile: http://www.excelforum.com/member.php...o&userid=34422
View this thread: http://www.excelforum.com/showthread...hreadid=546582


Steved

Works if I copy F Col to A Col
 
Hello From Steved

trying to lookup values in column F instead of A?

What I done was to insert a column in A then copied the F Col to check to
see if the formula would work and it does now i've put the information back
in Column F.

"C01d" wrote:


Could you provide more information on your problem? Are you trying to
copy the formula from column A to F or trying to lookup values in
column F instead of A?


--
C01d
------------------------------------------------------------------------
C01d's Profile: http://www.excelforum.com/member.php...o&userid=34422
View this thread: http://www.excelforum.com/showthread...hreadid=546582



Carlos Antenna

Works if I copy F Col to A Col
 
The lookup value must be in the first column of the range.

From help on vlookup:

Syntax

VLOOKUP(lookup_value,table_array,col_index_num,ran ge_lookup)

Lookup_value is the value to be found in the first column of the array.
Lookup_value can be a value, a reference, or a text string.

--

Carlos


"Steved" wrote in message
...
Hello From Steved

trying to lookup values in column F instead of A?

What I done was to insert a column in A then copied the F Col to check to
see if the formula would work and it does now i've put the information
back
in Column F.

"C01d" wrote:


Could you provide more information on your problem? Are you trying to
copy the formula from column A to F or trying to lookup values in
column F instead of A?


--
C01d
------------------------------------------------------------------------
C01d's Profile:
http://www.excelforum.com/member.php...o&userid=34422
View this thread:
http://www.excelforum.com/showthread...hreadid=546582





Steved

Works if I copy F Col to A Col
 
Thanks Carlos I thought this may be the case.

"Carlos Antenna" wrote:

The lookup value must be in the first column of the range.

From help on vlookup:

Syntax

VLOOKUP(lookup_value,table_array,col_index_num,ran ge_lookup)

Lookup_value is the value to be found in the first column of the array.
Lookup_value can be a value, a reference, or a text string.

--

Carlos


"Steved" wrote in message
...
Hello From Steved

trying to lookup values in column F instead of A?

What I done was to insert a column in A then copied the F Col to check to
see if the formula would work and it does now i've put the information
back
in Column F.

"C01d" wrote:


Could you provide more information on your problem? Are you trying to
copy the formula from column A to F or trying to lookup values in
column F instead of A?


--
C01d
------------------------------------------------------------------------
C01d's Profile:
http://www.excelforum.com/member.php...o&userid=34422
View this thread:
http://www.excelforum.com/showthread...hreadid=546582






RagDyeR

Works if I copy F Col to A Col
 
Then, just use the Index() & Match() combo:

=IF(ISNA(MATCH(--A7,Sheet2!$F$2:$F$50000,0)),"",INDEX(Sheet2!$A$2:$ H$50000,M
ATCH(--A7,Sheet2!$F$2:$F$50000,0),2))

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Steved" wrote in message
...
Thanks Carlos I thought this may be the case.

"Carlos Antenna" wrote:

The lookup value must be in the first column of the range.

From help on vlookup:

Syntax

VLOOKUP(lookup_value,table_array,col_index_num,ran ge_lookup)

Lookup_value is the value to be found in the first column of the array.
Lookup_value can be a value, a reference, or a text string.

--

Carlos


"Steved" wrote in message
...
Hello From Steved

trying to lookup values in column F instead of A?

What I done was to insert a column in A then copied the F Col to check

to
see if the formula would work and it does now i've put the information
back
in Column F.

"C01d" wrote:


Could you provide more information on your problem? Are you trying to
copy the formula from column A to F or trying to lookup values in
column F instead of A?


--
C01d


------------------------------------------------------------------------
C01d's Profile:
http://www.excelforum.com/member.php...o&userid=34422
View this thread:
http://www.excelforum.com/showthread...hreadid=546582








Steved

Works if I copy F Col to A Col
 
Excellent and Thankyou.

"RagDyeR" wrote:

Then, just use the Index() & Match() combo:

=IF(ISNA(MATCH(--A7,Sheet2!$F$2:$F$50000,0)),"",INDEX(Sheet2!$A$2:$ H$50000,M
ATCH(--A7,Sheet2!$F$2:$F$50000,0),2))

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Steved" wrote in message
...
Thanks Carlos I thought this may be the case.

"Carlos Antenna" wrote:

The lookup value must be in the first column of the range.

From help on vlookup:

Syntax

VLOOKUP(lookup_value,table_array,col_index_num,ran ge_lookup)

Lookup_value is the value to be found in the first column of the array.
Lookup_value can be a value, a reference, or a text string.

--

Carlos


"Steved" wrote in message
...
Hello From Steved

trying to lookup values in column F instead of A?

What I done was to insert a column in A then copied the F Col to check

to
see if the formula would work and it does now i've put the information
back
in Column F.

"C01d" wrote:


Could you provide more information on your problem? Are you trying to
copy the formula from column A to F or trying to lookup values in
column F instead of A?


--
C01d


------------------------------------------------------------------------
C01d's Profile:
http://www.excelforum.com/member.php...o&userid=34422
View this thread:
http://www.excelforum.com/showthread...hreadid=546582










All times are GMT +1. The time now is 07:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com