Thread: lookups
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default lookups

Try the recipe I gave you. Strip the copying down if you don't need that.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"EC" wrote in message ...
| Niek,
|
| In column A I have the accounts numbers starting in cell A1 and continueing
| down through A24 and each account hase info going from Column B thru X. What
| i need to do is have the formula search from cell A1 to A24, and if it finds
| the account that matches up to the search criteria, take all the info from
| cloumn B thru column X and copy it to a certain range in the sheet.
|
| Eric
|
| "Niek Otten" wrote:
|
| Hi Eric,
|
| With the account numbers in A1, A2, etc:
|
| =VLOOKUP($A1,'Data Tab'!$A$1:$Y$3,COLUMN(B1),0)
|
| Copy to the right and, if needed, down (that is, if you have more than one account number to look up)
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "EC" wrote in message ...
| | All,
| |
| | I have a worksheet full of data that is sorted by account number. I wasnt
| | to write a lookup up formula that will look at the 'data tab' and if the
| | account num,ber matches a certain account, then it will pull all of the
| | information for that account number. For example, in colunm A there are a
| | list of account numbers and from columns b thru z there is info. I want to
| | write a formula that will lookup up the account number I want from column A
| | and if it matches, give me all of the other info.
| |
| | Any and all help is greatly appreciated.
| |
| | Eric
|
|
|