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 strongm 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

    Autofilter does not accomplish what I'm looking for. In the example above if I ran an autofilter for level 2's this would be the output: Row Level 2 2 3 2 4 2 7 2 8 2 What I would like to have is a spreadsheet that allows me to explode and/or colapse a BOM based on the...
  2. 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 ->...
  3. wrightlefty

    Sumif with multiple criteria

    That worked great. Thank you! I agree, it's time for me to learn PivotTables.
  4. 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...
  5. wrightlefty

    Clear Cells in VB

    Thanks Robert, it worked perfectly! Thanks again to both of you, very helpful!
  6. wrightlefty

    Clear Cells in VB

    Thanks logius! This did do what I asked; however, after seeing how the spreadsheet now operates I have a different question. As mentioned before cell "E12" in populated via validation. Is it possible for the dependant cells to clear only if the value in "E12" changes, rather than just if...
  7. 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...
  8. wrightlefty

    Choosing a Dependant List

    The part where the ListFillRange is populated from the offset command.
  9. wrightlefty

    Choosing a Dependant List

    Skip, Since you use this approach often, is there anyway you could send a sample spreadsheet to demonstrate this? I have studied the OFFSET function, but it just isn't making sense to me.
  10. wrightlefty

    Choosing a Dependant List

    Skip, Thanks for trying to help. I don't think we're quite on the same page though and I don't know how to explain it any differently. I tryed the match, countif, and offset functions, but they still don't populate a combobox. Thanks again.
  11. wrightlefty

    Choosing a Dependant List

    Skip, OK. So I have one shaft list, one frame list, etc. How do I use the MATCH and COUNTIF functions to populate a combobox?
  12. wrightlefty

    Choosing a Dependant List

    Skip, I am not sure what you mean by "discourage you from naming individual ranges of the same kind like 1Shaft, 2Shaft, 3Shaft,etc.; 1frame, 2frame, 3frame"? I have a worksheet with a list named Series populated as follows: Series1 Series2 Series3 Series4 etc... Depending on which series is...
  13. 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...
  14. 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...
  15. wrightlefty

    Search Multiple Fields and Generate Next Available number

    Thanks. The DMax worked great. No queries necessary, one line of code did it all. Thanks again.
  16. wrightlefty

    Search Multiple Fields and Generate Next Available number

    The dmax function will work at the end to find the highest partcode and add 1, but how do I search the series and identifier fields and find only the highest value partcode associated with the inputed data?
  17. 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