Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default How To Lookup a full row if it contain a text in a spec coloumn from diffrent sheet?

I have a Database consists of

11 Coloumn
500 Row
in a Sheet called Data Base

want a formula that can look a row from Data Base if it contains a specific text from a specific column

example :

need to search from Data Base column E for the word : Project1 , if found : to look up the whole row of 11 columns to sheet 2
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,045
Default How To Lookup a full row if it contain a text in a spec coloumn from diffrent sheet?

On Wed, 2 Oct 2013 11:50:40 +0100, Khaled Awad wrote:

need to search from Data Base column E for the word : Project1 , if
found : to look up the whole row of 11 columns to sheet 2


Not sure what you mean by "lookup the whole row of 11 columns to sheet 2"

If what you mean is that you want to return the values of the 11 columns in that row to 11 columns on sheet2, then

Sheet2!A1: =INDEX('Data Base'!$A$1:$K$500,MATCH("Project1",'Data Base'!$E$1:$E$500,0),COLUMNS($A:A))

Then fill right to K1 (11th column).

You can put that initial formula in any cell (without changing anything else), and fill right for 11 columns and still get the same result.
"Project1" could also be a cell reference containing Project1 (or some other value)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keep text matching a wildcard spec in replace/substitute Hershmab Excel Worksheet Functions 3 September 12th 09 08:28 PM
Spec. Sheet Muskrat24 Excel Worksheet Functions 8 June 16th 09 08:16 PM
How do i add up every other coloumn in a linked sheet abs Excel Worksheet Functions 1 October 9th 06 01:09 PM
Link the formate from one cell to a nother in diffrent sheet Markus Excel Worksheet Functions 1 February 2nd 05 01:50 PM
summarise diffrent sheet with different date on corresponding rows banjo gaslink Excel Worksheet Functions 1 December 7th 04 07:24 AM


All times are GMT +1. The time now is 05:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"