Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wrightlefty

    Excel Auto Group

    I would like to know if there is a way to have Excel automatically group rows based on a Level Number. For instance, in the example below Excel would group everything from Rows 2-7 under Row 1, Rows 5-6 would be grouped under Row 4. You can manually do this using: Data -> Group and Outline ->...
  2. wrightlefty

    Sumif with multiple criteria

    I have a resource table that is broken down by month and by project, but some of the projects are grouped together later for reporting purposes. I want a formula that will check 2 condition columns, and then sum the corresponding data from a third column. In this example, Projects A and C are...
  3. wrightlefty

    Clear Cells in VB

    Cell "E12" is populated by validation. All other validated cells look to "E12" for information. If the value in cell "E12" is changed, all other cells should have any value in them cleared and be ready for a new value to be selected. The code I tried to use does not work... Private Sub...
  4. wrightlefty

    Choosing a Dependant List

    The spreadsheet function is to "build" a motor with different options available to the user. The first pulldown combo box has a list of series (1series, 2series, 3series, etc.). The user has the option to select a desired series, and the next pulldown box should have options available...
  5. wrightlefty

    Displaying Field Value of Combo Box on Enter

    I have a combo box where I can type in a part number. After typing in the number, I click on the pull down bar to view various information relating to the part number. I would like to be able to type in the number and hit 'Enter' and have the drop down appear with the information. I think I...
  6. wrightlefty

    Search Multiple Fields and Generate Next Available number

    I have three different fields; series, identifier, and partcode (ex. sss-iippp). I want to type in the series and identifier into combo boxes and then click a button that will search the series and identifier fields for all partcodes associated with the inputed data. Then it should find the...

Part and Inventory Search

Back
Top