Search Through Multiple Columns?

Jul 28, 2012

The first tab of the excel sheet called 'Data' displays information on the years that 2 countries traded with one another. For example, from the years 2005-2010, Belgium traded with multiple countries (Australia, Brazil, Canada, Chile). However, there could have been one year or multiple years where it did not trade with a particular country (e.g. in 2006, it may have skipped trade with Chile).

What I'd like to do is basically create a function that searches through the data and returns a 1 if Belgium traded with a particular country each year from 2005-2010 and a 0 if it did not. So, for instance, because Belgium traded with Australia, Brazil, and Canada in all 6 years, the function would return a 1. But, because it did not trade with Chile in all 6 years, it will get a 0.

The second tab called 'Results' displays what I'd like it to show. I've tried using if statements (but they don't work with text), vlookups, match, index .

View 2 Replies


ADVERTISEMENT

Search For Value Across Multiple Columns

Apr 5, 2014

I need to find the fruit name in the table, and then reference the color from the corresponding row's Column G value. I have experimented Match, Index, Sumproduct, with no luck. Do I need to somehow nest with a VLookup?

Range A1:F4 Fruit Color (Col G)
VeggieVeggieApple VeggieVeggieVeggie Red
ClementineVeggieVeggieVeggieVeggieVeggie Orange
VeggieVeggieVeggieVeggieBananaVeggie Yellow
VeggieVeggiePear VeggieVeggieVeggie Green

Name Color From Col G
Apple Use formula to pull "Red"
Clementine
Banana
Pear

View 4 Replies View Related

Search Multiple Columns

Nov 26, 2006

=INDEX('Cost Table'!$A$4:$C$305, MATCH(A1308,'Cost Table'!$C$4:$C$305,), MATCH("Item Description",'Cost Table'!$A$4:$C$4,))

I have the above formula to search a worksheet for an item description. It looks for a part number in one column. I need to now search two adjacent columns (maybe more down the road), can I adjust this to do that?

View 9 Replies View Related

Search Data In Multiple Columns?

Oct 16, 2012

show me a formula using the criterias under Column E so that cell F2 will return the result as "202 IR" and cell F3 will return the result as "654 CC"? the data is saved over three different columns

A
B
C
D
E
F

Class1
Class2
Class 3

Staff #
Staff & Class

125 CC
758CC
1214 CC

202

123 IR
213 CC
2314 IR

654

456 IR
202 IR
654 CC

View 8 Replies View Related

Vlookup Search Of Multiple Columns

Feb 23, 2007

I have an XLS sheet filled with every zip code in the US... the zips are in multiple columns adjacent to columns with the corresponding county names.

Unfortunately, the there are up to EIGHTEEN columns of zip codes in each row describing the counties... not one zip per row. I'm assuming this was done to save space.

In another sheet, I have list of client zip codes and need to VLOOKUP the corresponding county from the first sheet. I'm certain I'm not using VLOOKUP right...I'm getting #N/A every time.

Is this because it's only checking the first column of zip codes? I need it to check all 18 columns of course... there are no repeated zips.

How do I do this without rebuilding the full zip database page?

View 3 Replies View Related

Lookup/Search Multiple Columns/Criteria

Apr 9, 2008

I am looking to write a search function that searches through a whole document. The only examples I can find are of a could different search functions but they all are searching an specified individual column and even then I didn't really understand them. My worksheet has 6 different columns which are all different labels for a certain tool. I want the user to be able to input any of those 6 labels and have all the information in that row be returned.

View 4 Replies View Related

Search Multiple Columns To Provide Cell Location

Jun 20, 2007

I have text (eg. 1-* or 10-* or 11-*) being entered in the following columns

Q21:Q128
R21:R128
V21:V128
W21:W128
AA21:AA128
AB21:AB128
AF21:AF128
AG21:AG128
AK21:AK128
AL21:AL128
AP21:AP128
AQ21:AQ128
AU21:AU128
AV21:AV128
AZ21:AZ128
BA21:BA128
BE21:BE128
BF21:BF128
BJ21:BJ128
BK21:BK128

I would like Excel to search the above columns provide the cell location (eg. 1-10-*) is located in cell BF26

View 9 Replies View Related

Copy Multiple Columns Based On Search Criteria To Another Worksheet

Sep 27, 2011

Rep Name is Column J Row 5. I need to find multiple columns based by the header which is row 5, if column range (j5:az5) is "Video - Actual" then copy column to sheet "Data", this needs to be repeated for about 8 more times for different criteria

Rep NameBundle - TargetBundle - ActualVideo - TargetVideo - ActualJoe, Jane
2.06.06.04.0Smith, John
7.010.02.06.0Tucker, Chris
19.039.05.017.0Sandler, Adam
15.011.06.010.0Iglesias, Gabriel
8.03.06.010.5Smith, Will
8.03.06.06.5Powers, Austin
10.025.07.09.0

View 1 Replies View Related

Excel 2010 :: VBA Code To Search Multiple Columns And Delete Any Duplicate Cells (not Rows)

Jun 12, 2014

My Excel program (Excel 2010) currently has several columns and each column looks for and pulls data from a specific file on my computer. Then I need to delete any duplicate data entries, count the number of unique entries and track the changes through a chart. I have everything done except I cannot figure out (or find on the internet) a way to search in multiple columns (more than 2) and delete just the duplicate cells. I want to delete the cells in a way where there is one left. For example if the code 12gf is duplicated three time, I want to be left with one 12gf (it doesnt matter what column the original one is left in). Additionally, column length changes and they are not sorted. I have attempted to attach an image of an example file below.

View 14 Replies View Related

How To Create Search Macro Button That Allows To Search In Multiple Worksheets In One Workbook

Oct 11, 2011

Im am trying to create a search marco button that allows me to search in multiple worksheets in one work book. I came across this CODE the first part of it works. It pops open user input box and ask for the word that i would like to search but the this error message pops up Runtime error1004 Method 'range" of object'_Global'failed and i dont know what to do

Private Sub SearchButton_Click()
SearchString = InputBox("Enter Search String", "Search")
If SearchString = "" Then Exit Sub
For Each c In Range(myRange)
If InStr(LCase(CStr(c)), LCase(SearchString)) Then

[Code]....

View 1 Replies View Related

Search Multiple Worksheets Against List Of Non-Exact Search Criteria?

Nov 2, 2009

I have a workbook with many many sheets in it. The first sheet contains a single column with about 10,000 different values. I'd like to use each of these as search criteria against ALL data in the other sheets (of which there are a good 50 or so). If matches are found (they don't have to be exact case), then I'd like two things to happen:

1. The rows containing the matched search criteria in the first sheet are highlighted.

2. In the cells adjacent to the search criteria in the first sheet, hyperlinks to the matched data are created and named after the sheet upon which this matched data appears.

I've attached a sample file to this post with ideal sample 'answers' to queries made of the first 2 terms.

View 3 Replies View Related

Using The =IF(ISNUMBER(SEARCH Function To Search Multiple Cells)

Aug 21, 2009

I' having trouble using the =IF(ISNUMBER(SEARCH formula to search multiple cells.

I can get it to work to search one cell (as below):

=IF(ISNUMBER(SEARCH("Same",G10)),"No Change",'Aug 09 Matrix'!F10)

(In this case the respone is No Change as Cell G10 contains "Same")

However cannot get it to work for several cells. I have pasted below and highlighted the function I would like it to perform:

=IF(ISNUMBER(SEARCH("Same",G10:R10)),"No Change",'Aug 09 Matrix'!F10)

Essentially the other cells in that row (G10:R10) all contain "Same", however for some reason it is identifying this as FALSE and putting in the data from the 'Aug 09 Matrix' sheet.

View 9 Replies View Related

Search Columns Of Worksheets / If The Columns Contain Data Then Form A List On Another Worksheet

Apr 17, 2013

I have a workbook that has worksheeets for every day of the month. The data in the worksheet consists of columns (employee #, name, clock in/out times, and break penalty).

What I am trying to do is create another worksheet that searches all the other worksheets for a "yes" in the "break penalty" column and then create a list of all the employees that received a break penalty for the entire month. I would like this to be able to auto populate throughout the month as data is entered and not have to use a filter every time I want to compile this list.

View 3 Replies View Related

How To Ask Formula To Search For Multiple Values Within One Search

Mar 4, 2014

I need one formula to copy and paste the checkcard data changing it from this "CHECKCARD XXXXXX5623" to "CHECKCARD 5623", but I need one formula to look for multiple known checkcard numbers. I will have more then one typically in the bank download so I need to search and copy at least two known numbers as shown below.

I am providing the formula that I am using right now, "=IF(ISNUMBER(SEARCH("5623",B3)),RIGHT(B3,41),"")" but it only works for one checkcard number? Also I don't really need to capture the DEBIT or CREDIT that will always be at the end, it would be redundant. If it's easier to write the formula including that data that is no problem. What I want to copy and move into an adjacent cell is in red.

Here is the source data:
Row 2 - SONIC DRIVE IN#1531 AUSTIN TXDEBIT FOR CHECKCARD XXXXXX5623 DEBIT
Row 3 - JASON'S DELI # 125 Q64 AUSTIN TXDEBIT FOR CHECKCARD XXXXXX9718 DEBIT

View 4 Replies View Related

Search Only In Specific Columns (or Ignore Other Columns)?

Mar 25, 2014

Find button in Spreadsheet. My problem is I wish to only search 2 of the columns on my sheet.

I have been trying to locate info on my own, see here: [URL]

But I cannot seem to find anything showing how to specify where to search.

Here is the code I am using

[Code] ......

Want to search columns G and J -OR- Search entire sheet but ignore Columns A and B ...

View 2 Replies View Related

Search Multiple Criteria If Match Append Multiple Cells To One Cell?

Apr 28, 2012

I am having such a difficult time creating a macro that will reduce the 5+hours I have to spend each week manually copying & pasting all of this data. I making an IMMENSE difference in this worker bee's life!

I have a workbook with two sheets (Sheet1 & Sheet2). Sheet1 has license #'s in column A and the state that the license belongs to in column B like this:

COLUMN ACOLUMN B11111Alaska11112Alabama11113Arkansas11114Arkansas
Sheet2 has three columns. Column A has the license #'s, column B has the state that the license belongs to and Columns C shows a line-of-authority tied to that license #.

COLUMN ACOLUMN BCOLUMN
C11111AlaskaProperty11111AlaskaCasualty11112AlaskaLife11112AlaskaHealth11112
AlabamaProperty11112AlabamaCasualty11113ArkansasLife11113ArkansasHealth11114
ArkansasLife11114ArkansasHealth12345ArizonaProperty

I'm trying to write a macro that will compare the license # and state in Sheet1 to the license # and state in Sheet2. If it matches, append the contents of Column C to the corresponding row in Sheet1.

Here's the thing...Sheet2 contains the entries for all licenses in the company (so this table is HUGE). And there are multiple entries for each state license # (notice how there's two entries above for AK license # 11111 - one for the Property line and one for the Casualty line.

After my macro is run, I want Sheet1 to show all the lines-of-authority on a single line. So if I ran my macro on the above example, after it's run I would have this in Sheet1:

COLUMN ACOLUMN BCOLUMN
C11111AlaskaProperty Casualty11112AlabamaProperty Casualty11113
ArkansasLife Health11114ArkansasLife Health

View 5 Replies View Related

Search For Multiple Text Strings In A Cell - Return One Of Multiple Corresponding But Different String

Mar 11, 2014

I have a spreadsheet with 1,000 rows of data.

Each Cell in Column A has a different long text string.

I need to see which (if any) of 10 specific small text strings exist within each long text string. Depending on which small text string is found I want to return a 3 digit code. If no small text string is found I want to return "Not Found"

E.g.:
- Cell A2 contains "randomtext,randomtext,APPLE,randomntext"
- I want to see if Cell A2 contains any of the words APPLE, ORANGE, CARROT.
- I want to return "APP", "ORG", "CAR" or "Not Found"

Q: What is the most elegant way to accomplish this within a single formula that I could paste into each cell in Column B?

View 2 Replies View Related

Search Multiple Values In A Cell With Multiple Criteria

May 22, 2009

I am trying to search for multiple values in a cell with Multiple criteria.

E.g: Please find attached the sample excel data.

I tried using VLOOKUP which is not working as I am having multiple values in column A.

View 9 Replies View Related

Search For Multiple Text Strings Within Multiple Phrases

Feb 4, 2012

I want to search all the terms Column B within all the text phrases in Column A. I am ok if the words do not match the case sensitivity as I can address that myself.

If the exact phrase match is found, return the value True or False.

Column A
A1:Dog likes to run
A2: Cat Red-tummy-01

[Code]....

View 9 Replies View Related

Search Two Columns?

Mar 22, 2012

I have a list of names in column C and a list of Codes in column A. I have a unique list of the names from C in column M and a unique list of codes as headers in N1 through S1. A name will be used several times in column C But will only match a code in column A one time. My codes are: In, Out, Shop, ConfRoom, Libr, Musm, and Thrtr. How can I search the name and code and get the time from column E and put it in the appropriate cell. I can concatenate everything and do a VLookup but that would be several thousand rows.

View 3 Replies View Related

Search For Values Between Two Columns

Jul 13, 2014

I need a formula that matches a number on Sheet1 with a number on Sheet2. Sheet1 contains 7 columns of numbers. Each column corresponds with the same column on Sheet2 if the number on Sheet1 column 1 can be found in Sheet2 column 1 then the result is True. If the number is not found in Sheet2 column 1 then the result is False. This same criteria would apply to columns 2 through 7 as well.

The formula would start by selecting a number in Sheet1 that corresponds with the formula column and then scan the entirety of the matching column on Sheet2 for that number. If it is found in that column the result is TRUE.

Sheet1 H3 corresponds to Sheet1 A3 scans all of Sheet2 column B for the value in A3 if it's in Sheet2 column B the result in H3 is True if it's not then the result in H3 is False.

EXAMPLES:
Sheet1: column heading 1 - (A3) = 2223333333
Sheet2: column heading 1A - (B72) = 2223333333
Result H3 = TRUE

Sheet1: column heading 1 - (B3) = 222333333314
Sheet2: column heading 1A - (C67) = 222333333314
Result I3 = TRUE

Sheet1: column heading 1 - (C3) = 222333333332
Sheet2: column heading 1A - (D61) = 222333333332
Result J3 = TRUE

Sheet1: column heading 1 - (D3) = 222333333321
Sheet2: column heading 1A - (E62) = 222333333321
Result K3 = TRUE

Sheet1: column heading 1 - (E3) = 222333333331
Sheet2: column heading 1A - (F65) = 222333333331
Result L3 = TRUE

Sheet1: column heading 1 - (F3) = 222333333351
Sheet2: column heading 1A - (G70) = 222333333351
Result M3 = TRUE

Sheet1: column heading 1 - (G3) = 222333333352
Sheet2: column heading 1A - (H69) = 222333333352
Result N3 = TRUE

I've attached a workbook with examples : match_numbers.xlsx‎

View 3 Replies View Related

How To Search Number Of Columns

Mar 19, 2014

I need to search multiple columns to find a match before I want the result selected which itself will be in a different column.

It seems to me to be an extension of the VLookup function. Attached is an example of the sort of spread sheet I am trying to pull data from. I am trying to get the result of Area 5G, for site ZZ, KPI 2.1, Date Apr-13. As well as the result for Area 5G, Site (empty), KPI 2.1, Date May-13. I hope this is not to convoluted

View 14 Replies View Related

Search 2 Columns For Duplicates

Mar 9, 2009

I want to search Column A in sheet1 vs column B in sheet 2. If there is a match, i want copy Column B in sheet 1 and PASTE it to Column E in sheet2. I have a macro (helped by those on here ) that will find the duplicates and copy cells from the cooresponding row only to another sheet.

The tricky thing is, the macro I have makes a complete new sheet. I want to copy the data to column E on sheet2 ONLY if there is a match for that cell. If ther eis nto a match i dont want it to put anything.

View 3 Replies View Related

Search 2 Columns Of Information

Aug 2, 2007

I have the following code below, im not sure how to modify it to make it only search 2 columns of information, how can do this?

Private Sub CommandButton3_Click()
Dim StrFindWhat As Range
Dim NextCell As Range
Dim WhatToFind As Variant

WhatToFind = Application.InputBox("Please enter the Application or Service you want to search for?", "Search", , 500, 80, , , 2)
If WhatToFind "" And Not WhatToFind = False Then
For Each oSheet In ActiveWorkbook.Worksheets
oSheet.Activate
oSheet.[b4].Activate.....................

View 9 Replies View Related

2 Columns Of Numbers To Search

Jun 10, 2009

I have 2 columns of data (Column A and Column B).

I would like to be able to search the two columns and see if any of the data repeats in either column. Here's an example:

15844721565538
15907771565575
15936501574897
15946991576501
15970061576502
16095501578841
16124741578842
16124781578843
16124821578844
16166161578954
1616781 1616781

The list is much longer than this. I need a formula or whatever that would scan both lists and say, nothing matches, or 1616781 matches or highlight the matches or whatever, just so long as I don't have to go down the entire list multiple times.

I would have downloaded Htmlmaker and provided a glimpse that way, but the web site is blocked here at work.

View 9 Replies View Related

Search If Value Exist On Another Tab In 3 Columns

Jun 14, 2007

I have this situation

On the first tab there is a list of IDs
45
676
234
451
788

On the second tab there are thousands of IDs in 3 columns (A,B,C)

What should be the best way to click on the button on the firs tab and see 'yes/no' whether ID exists in second tab in any column ?

View 9 Replies View Related

Use Find To Search Columns By Default??

Feb 10, 2009

It always hassles me to have to change the default setting of FIND to search by Columns instead of Rows.

My question is simple: Is it possible to change the default setting so that every time I use FIND it will search by Columns by default???

View 2 Replies View Related

Compare And Search Columns For Text?

Apr 14, 2009

I recently posted a similar thread which was very well supported but I couldn’t get a solution because my requirements were not clear enough. I would like to try again with a slightly easier and clearer requirement.

I would like a spreadsheet that compares and searches columns for text and returns true if a duplicate is found.

It is similar to a lottery checker except the lines being checked could be a string instead of a single character.

I have attached a spreadsheet which helps explain what I’m trying to achieve.

Basically, a user can sequentially enter a single character to cells F1:F5. These values are then compared to columns A:C. If one of the columns contain the values in column F then return true to G1.

View 2 Replies View Related

Search Columns And Paste Rows

Feb 26, 2009

I have an excel spreadsheet with:
2 sheets,Sheet1 and Sheet2
4 columns (A,B,C,D)
100,000s of rows.

I need to search 3 columns, B,C and D, for particular values.
Column B needs to be = 0
Columns C and D need to be "<=0.1"

When all three criteria in the row are matched I need the value from column A in that row to be pasted to Sheet2 and then for the macro to continue searching the rows.

I have attached an extract of the data as the files size is too large to upload.

View 10 Replies View Related

Search Dynamic Columns With Criteria

May 12, 2014

Trying to create a dynamic vba code that searches the second last active column for a particular criteria. In this case it is the value "901".

If the criteria is met it will search the row to see if value is >=0 then change to zero where applicable.

In the example, I have a loop which searches Column 6 for the matching criteria. I want to change from Column 6 to "second last column" which is Dynamic to allow for more column to search through.

The two codes below search through column "A" and Column "B". Is there anyway to make this Dynamic also so it searches from Column "A" to the 4th Last Active Column.

So the Column to check for Matching Criteria is "Second Last Column" The Data to Loop through will be from Column A to the "Fourth Last Active Column".

Public Sub ChangeCellValue_TwoConditions_ColA()
Dim Last_Row As Long
Dim iLoop As Long
Last_Row = ActiveSheet.Range("A65536").End(xlUp).Row + 1
For iLoop = Last_Row To 1 Step -1
If (trim(ActiveSheet.Cells(iLoop, 1).Value) >= 0) And (trim(ActiveSheet.Cells(iLoop, 6).Value) = "901") Then
ActiveSheet.Cells(iLoop, 1).Value = "0"

[code].....

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved