Search For Value Based On Two Criteria - VBA

Mar 12, 2012

I am trying to find the best way to give a result based out of two criterias. My original list is 1000+ row long, so I am expecting that my vba code will be refering to a worksheet with this list on it.

The list will look like this :

Group SubgroupName1aaaname11bbbname21cccname32cccname42dddname42dddname5

I will always have the group and subgroup available and I want to get the name.

So I would like to write a function or a macro that would look for the specific group and subgroup and return me the name.

View 9 Replies


ADVERTISEMENT

Select Based On 2 Search Criteria

May 20, 2009

I have an Excel Sheet with three columns of data. In a separate worksheet, I am setting up some calculations. To do so, I am having the user select from a drop down list, the data in the first and second columns. Based on the two values selected by the user, I would like to bring forward the value in the third column. Can someone please help me out with the formula to do so?

View 14 Replies View Related

Search Based On Multiple Criteria

Aug 29, 2013

An example of my data is:

Column A Column B Column C

ABC DEF Answer 1
ABC GHI Answer 2
ABC JKL Answer 3

I need a formula that checks both column A for text (ABC) and column B for text (JKL, two different criteria) and give 'Answer 3'. There will a lot of data and it will not always be the bottom answer.

View 2 Replies View Related

Match 2 Criteria And Search Column And Return Value Based On Value

Feb 14, 2014

I have a spreadsheet that contains data for a fiscal year broken out by month and quarter. I want the formula to return the data from that month and use whatever the latest quarter is. For example in the data below:

If it has only pulled data only thru Q1 it would return Q1 for Jan-Mar, however once I have Q2 data I would want the formula to return Q2 for the months of Jan-Mar.

2013Thru Q1STOLISTOLIJan-2013STOLI BASE
2013Thru Q1STOLISTOLIFeb-2013STOLI BASE
2013Thru Q1STOLISTOLIMar-2013STOLI BASE
2013Thru Q2STOLISTOLIApr-2013STOLI BASE
2013Thru Q2STOLISTOLIMay-2013STOLI BASE
2013Thru Q2STOLISTOLIJun-2013STOLI BASE
2013Thru Q3STOLISTOLIJul-2013STOLI BASE
2013Thru Q3STOLISTOLIAug-2013STOLI BASE
2013Thru Q3STOLISTOLISep-2013STOLI BASE
2013Thru Q4STOLISTOLIOct-2013STOLI BASE
2013Thru Q4STOLISTOLINov-2013STOLI BASE
2013Thru Q4STOLISTOLIDec-2013STOLI BASE
2013Thru Q4STOLISTOLIDec-2013STOLI BASE
2014Thru Q1STOLISTOLIJan-2014STOLI BASE

View 3 Replies View Related

Search Sheets And Create Sums Based On Criteria

Jan 23, 2012

I have a workbook with many, many worksheets. On each worksheet there is a column called "Cost Code". I need a Macro to locate all like "Cost Code" values and extract data from several cells along that row. Macro would then tally the values from all those like cells on numerous worksheets and place sum on a seperate worksheet in the same workbook, on a "Totals" worksheet page.

For instance -The "Cost Code" value Macro to look for is 1000. This value is located on several worksheets. For every instance of "Cost Code" 1000 Macro is to find value of "Material Costs" in that row (always column M) and value of "Labor Hours" in that row (always column P). Macro would tally all "Material Costs" for "Cost Code" 1000 and put that sum on a "Totals" worksheet page in a specified cell. Macro would do the same for all "Labor Hours" for "Cost Code" 1000.

View 3 Replies View Related

Search Text String And Return Value Based On Multiple Criteria?

Apr 8, 2013

Here is an example of the data I get each day Letter order granting Sabine Pass Liquefaction, LLC's et al 4/16/12 request to add an alternate water source etc under CP11-72.Letter order granting Cameron LNG, LLC?s 4/5/13 filing of a request to introduce natural gas or process fluids into the BOG Liquefaction Project under CP12-15.Letter order accepting NorthWestern Corporation's 8/7/12 submittal of revisions to its transmission planning process to comply with the Commission's June 8, 2012 Order under ER11-2932.Letter order approving Public Service Company of New Mexico's 12/7/12 filing of a joint Offer of Settlement with Navopache Electric Cooperative, Inc under ER11-4534 et al. How can I set up my spreadsheet and what formulas can I use to search and return a value for each text string based on the attached table (column B)?

E3a7qta.png

View 1 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

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

Search For Info In Sheet 2 Based On Date And Text Criteria In Sheet 1?

Jun 18, 2013

Here is an example of my spreadsheet: Excel example.xlsx

I would like to get all the bid/ask quotes for the different currency pairs in sheet 2 into sheet 1 sorted by the right date and time.

I need a formula which recognize the time + the currency from sheet 1 and search for it in sheet 2 then brings the right bid/ask quote back into sheet 1.

View 2 Replies View Related

How To Search 2 Criteria Using Search Function

May 16, 2014

I have an 'Update' Module that search the value of the Userform1.txt_sc.Value in Column B, but I want to search to 2 criteria, how can i amend the below code to search for 2 criteria ( userform1.txt_sc.value & userform1.txt_linenum.value )

View 2 Replies View Related

Search For Multiple Criteria

Feb 14, 2010

I have a spreadsheet with a database search function incorporated. Whilst this works fine, I was wondering if there is a way to combine the current single query searches into one search macro. I have setup a userform called CriteriaSearch that I would like to use to search my database tab. An example search would be:

User requires someone who speaks French (5), is female, has a rank of 3, is available immediately and has notes/keywords/keyphrases of "excellent linguistic and cultural knowledge". The appropriate fields on the userform are populated accordingly. The user selects search and a macro runs to find matching records. To make things slightly easier, the criteria (Language, Gender, Rank etc) all have fixed column references.

View 2 Replies View Related

Text Box As Search Criteria

Jan 12, 2008

I have a search macro that runs from a command button on Spread sheet Called "find". This currently takes what ever the user types in cell A1 and then searches another sheet called "data" for any instances of what ever the user entered in Cell A1. I want to have a text box on sheet "find" and use that instead of Cell A1. (To keep this posting as short as possible I wont explain why I need to do this). I cant get the syntax right to refer to the text box - can someone point me in the right direction please.

View 7 Replies View Related

Search Multiple Criteria For Corresponding Data?

Feb 26, 2014

I am looking to search in a table (say 4 columns) corresponding to multiple criterion (one for every column except fourth) and returning the values which are numerous (from column 4). I have tried the INDEX function but it only gives me one of the many cells. I am working on a table with +20000 cells per column

View 3 Replies View Related

Add Up All Values From The Cell Above The Search Criteria

Apr 29, 2009

I am trying to add up all values from the cell above the search criteria. Although sumifs does work well, it wont search the entire sheet, it only works in specified rows.
Also, the problem is that the values to be added are determined via a vlookup based off of a cell whose value is chosen by a drop down choice.

View 14 Replies View Related

Search For Duplicate Using Multiple Criteria

Jun 21, 2013

I need a formula that will tell me what Tracking # in the spreadsheet has multiple dispositions and what those disposition are. I need the formula to use column and cell coordinates and not using word searches.

example

Tracking # Req.# Disposition
1490069 045 snakes
1015907 047 candy bars
1488026 044 chickens
1015907 047 sand paper
1015907 001 fruitcups
1490129 046 cupcakes
1484817 043 Cats and dogs

View 2 Replies View Related

Return Cell Containing Search Criteria

Dec 8, 2009

If I have a 'key' value in a cell in one sheet, i want to use that value to find the cell in another sheet containing the 'key' and return the row number of the cell, if more than one value then I would like to be able to loop through all the rows containing that 'key' value returning the row number of each hit, kind of a programmatic version of vlookup?

View 8 Replies View Related

2 Search Criteria But Multiple Display?

Oct 5, 2011

I want to display multiple results based on 2 search parameters, where by when I enter flight number and Dep. Airport it matches the trip numbers and dispalys all the rows matching all flight number and Dep. airport based on the unique trip number.

Notice: - one trip number could consist of multi flight sectors.

1) Explanation of the data :

MMM1805 = flight Number
935 = dep. time
$AS41 = registration code

[Code].....

View 9 Replies View Related

Show Only Count Of Where Search Criteria Met

Mar 4, 2012

I have data on one sheet which has many columns, but i need a formula that will show in a different sheet all cases where column C matches my search criteria but only those cases where column D has the value YES, and should return only the data from Columns A, B and E. I also need a formula that will show only the count of where my search criteria is met.

View 3 Replies View Related

Search Criteria With Multiple Answers

Apr 9, 2012

On my spreadsheet i want to find the results from 2 criteria that i entered.

My search criteria are "Oostbos" and "AA8", and excel has to find this from another spreadsheet that i made for rostering.

OostbosN3 evelineAA8N3 evelineAA8N2 MargaAA7

The problem is that i have multiple shifts with the "AA8" criteria, but my function only finds the first one.

I used the following function:

Code:
=IF(C8="";"";INDEX('Afdeling PG PH'!$A$6:$A$28;MATCH(C8&$A$7;'Afdeling PG PH'!$B$6:$B$20&'Afdeling PG PH'!$AI$6:$AI$20;0)))

Also when the AA8 cel is empty that i doesn't show anything.

How the second N3 eveline, shows the 2nd result and so on.

View 1 Replies View Related

Userform For Search That Matches Three Criteria?

Mar 18, 2013

I created a userform for a giant spreadsheet with tons of data in it. There are three criteria. I created two command buttons - one that's "search" and one that's "close." The close works fine, but I don't know enough to program the "search" command. I'd like it to pull all data that matches the three criteria - rows H, D and M. So, if you answer all three, the macro will pull the rows of data that matches and paste it into another workbook (that opens in another window).

I'm not sure userforms are typically used for this sort of thing...

View 9 Replies View Related

Search Multiple Sheets For Criteria In Col A?

Oct 30, 2013

I have thought about recording a vlookup but this might be messy and prone to errors. Is there anyway to search through multiple sheets for a value (code) in Col A sheet 1. And return X in sheet 1 in the next column.

View 2 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

Search A Cell For Certain Criteria From A List

Nov 3, 2008

I would like for C1 to search through the data in A1 and see if it contains a match for any of the zip codes listed in column B. If it does than I want it to report the zip that was matched and cell in C2. If there is no match then I want it to return the value, No Match in C2. I need the whole column B to be included in this code.

ABC8154;slkjljalkjdldjldjklj83838kljlajalja794021234ball5699794018154aaaaksjsjslks794031234ball5699794027940379404

View 9 Replies View Related

Copy/paste After Search Criteria VBA

Feb 17, 2010

Basically a VBA code for a Command Button which when being pushed looks for the last cell being used in column A and copy/pastes rows 1 to 19 right in the next cell where this X (just an example..X could be anything basically) would be found. My columns go up to BU.

View 9 Replies View Related

Return Multiple Values Using Three Search Criteria?

Jun 9, 2014

I'd like to extract the data from Sheet 2 (Data) that falls within the selected date range but the formula I've entered in F$9 (see below) is giving me an error

=IF(ROWS(A$9:A9)>$A$5,"",INDEX(Data!A$2:A$387,SMALL(IF((Data!$A$2:$A$320>=$A$2)*(Data!$A$2:$A$320<=$B$2)*(Data!$B$2:$B$320=$C$2),ROW(Data!$A$2:$A$334)-ROW(Data!$A$2)+1),ROWS(A$9:A9))))

test1.xlsx

View 3 Replies View Related

Search Table With Multiple Criteria And Return Row

Nov 10, 2009

I have been working on a variation of this for a long time and I cannot get it to work.

I am trying to depending on the textbox selection get the proper ROW from DEALLIST to show up.

View 2 Replies View Related

How To Get Excel To Display Only Rows Containing Search Criteria

Apr 18, 2013

I want to be able to view only the rows containing search criteria.

For instance, if I search for the word "sandwich", I only want to view rows containing that word. How do I do that? Or... Is there a way to group the rows containing the word "sandwich" together.

I have about a thousand rows that I need to sort and distribute to different worksheets. I don't want to work through the list moving single rows or small groups of two or three at a time.

View 3 Replies View Related

Excel 2007 :: VBA With If Search OR Criteria Copy

Apr 7, 2014

VBA to copy entire row in all worksheets in file based on criteria.

step1 Copy tab has criteria in cell c1

step2 search if this c1 value in each tab in column e or g or h

step3 check if column i is yes

then if criteria meet, copy entire row to copy sheet

I came across some similar posts in other forums which can do partial work but not entirely .

Note ; number of rows, columns and tabs varies in file

I am using excel 2007.

View 8 Replies View Related

Create Userform To Search Using Multiple Criteria

Jul 31, 2014

I have created a userform which searches from the data using the value that i put in text box.

E.g. if i put student i.d in textbox1 all other textbox show me the data like name contact detail etc.

But I want one more criteria. i want to add one more textbox to search for e.g either i put student i.d or locker no whereas right now i can only put student ID.

View 1 Replies View Related

Code To Filter And Search For Criteria And Cut And Paste To Another Tab

Feb 19, 2014

What I have is a workbook where I have to filter on a column called "Code" in a worksheet called "Current" and search for varies criteria and then copy these filerted rows and paste into a worksheet called "Past" and then delete the orginal rows form the "Current" tab.

e.g. filter on a column called "Code" and filter on the criteria that match "Monday", "123" and "Customer Accepted" and paste at the bottom of the "Past" tab and then delete from the "Current" tab. A message should then be displayed saying "Data Transferred OK" with the curser then highlighting "A1" on the "Current" tab.

The only cavat is that the code may find none, some or all of the required criteria, however, in the event of finding no matching data then a message should then be displayed saying "No Data Found" with the cursor then highlighting "A1" on the "Current" tab

As I have to repeat this to filter on various columns for various criteria I intend to modify the code accordingly, however, in once instance I will have to filter on a column called "Code" and filter on the criteria 1,2 and 3 etc but then I have to do second filter on column called "Code Extra" and then do a filter on the criteria 4, 5 and 6 so the additional code would also be good.

View 2 Replies View Related







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