formula copy or alternative solutions

A

Arain

Dear All,

I have a formula that i have to copy to 146 columns.

=IF(VLOOKUP($B4,Perm,1)=0,"",VLOOKUP($B4,Perm,1))

is there a way to automate the 1 in the formula to 2 when i copy to column
to 2 .

The purpose of the formula is to look for B4 value in the sheet called
permission list and return the value associated with it which is X if false
and blank if true. Any and all help will be appreciated if the process is
automated somehow and i dont have to manually change the number.

Thanks in advance.
 
A

Arain

One thing i thought will be helpful is if i explain more and someone can find
an easier solution to this. the purpose as i explained earliers to look for
value A4(JOHN) in sheet 2 column A and return any values in rows (X or
anything) from the where the A4 (John) value was found.

Thanks again

:

Dear All,
I have a formula that i have to copy to 146 columns.

=IF(VLOOKUP($B4,Perm,1)=0,"",VLOOKUP($B4,Perm,1))

is there a way to automate the 1 in the formula to 2 when i copy to column
to 2 .

The purpose of the formula is to look for B4 value in the sheet called
permission list and return the value associated with it which is X if false
and blank if true. Any and all help will be appreciated if the process is
automated somehow and i dont have to manually change the number.
Thanks in advance.
 
A

Arain

the formula works till ax column and crashes. is there any limitation to
vlookup

macropod said:
Hi Arain,

Try:
=IF(VLOOKUP($B4,Perm,COLUMN())=0,"",VLOOKUP($B4,Perm,COLUMN()))

--
Cheers
macropod
[MVP - Microsoft Word]


Arain said:
Dear All,

I have a formula that i have to copy to 146 columns.

=IF(VLOOKUP($B4,Perm,1)=0,"",VLOOKUP($B4,Perm,1))

is there a way to automate the 1 in the formula to 2 when i copy to column
to 2 .

The purpose of the formula is to look for B4 value in the sheet called
permission list and return the value associated with it which is X if false
and blank if true. Any and all help will be appreciated if the process is
automated somehow and i dont have to manually change the number.

Thanks in advance.
 
M

macropod

Crashes in what sense?

--
Cheers
macropod
[MVP - Microsoft Word]


Arain said:
the formula works till ax column and crashes. is there any limitation to
vlookup

macropod said:
Hi Arain,

Try:
=IF(VLOOKUP($B4,Perm,COLUMN())=0,"",VLOOKUP($B4,Perm,COLUMN()))

--
Cheers
macropod
[MVP - Microsoft Word]


Arain said:
Dear All,

I have a formula that i have to copy to 146 columns.

=IF(VLOOKUP($B4,Perm,1)=0,"",VLOOKUP($B4,Perm,1))

is there a way to automate the 1 in the formula to 2 when i copy to column
to 2 .

The purpose of the formula is to look for B4 value in the sheet called
permission list and return the value associated with it which is X if false
and blank if true. Any and all help will be appreciated if the process is
automated somehow and i dont have to manually change the number.

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top