View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Javier Ra
 
Posts: n/a
Default assign a cell value to another cell

Hello, I'm trying to assign to the mumber that appears on the cell another
cell address. I tried to use =if(c1=b1, g1), but the rest of the column is
not on the same order.

For example in plain enlish I'm trying to say the value of the cell in this
case is a number 44 is equal to a given value on another cell colunm.

What I have is a part number that need to have a photo associated to it and
that photo is located on another cell, I think the formula should be
something like this:

=if(a:1=44, then g:1) were 44 is part of a long colun of numbers or if I can
say =if(44=g:1, then lookup 44 on the cell range and copy the value of g:1).

Thanks

Javier
--
Javier