You are here:
Worked with the program for many years - provided assistance on MS Excel Newsgroups since 1997. Have received the Microsoft MVP award annually since 1999. I don't answer questions on using Excel in a browser Since I have no way to test this. Prefer not to answer charting questions. I consider myself to be particularly knowledgeable about using VBA internal to Excel but have no problems with formulas and pivot tables either.
Have Used Excel for 15 - 20 years. Answered in excess of 70,000 Excel related questions in MS Excel newsgroups. Unless obvious, please specify whether you want a worksheet function or macro/VBA solution.
BS General Engineering (concentration in Industrial Engineering) MS Operations Research Systems Analysis
| User | Date | K | C | T | P | Comments |
|---|---|---|---|---|---|---|
| Hans J Hamm | 11/20/09 | 10 | 10 | 10 | 10 | Tom...dead on! I thank you very ..... |
| Warren | 11/19/09 | 10 | 10 | 10 | 10 | Thanks Tom, Worked great! I will take ..... |
| Sujan | 11/19/09 | 10 | 10 | 10 | 10 | Thank you once again for a timely ..... |
| Trevor | 11/18/09 | 10 | 10 | 10 | 10 | Thanks Tom will give that a go ..... |
| Kim Hillard | 11/18/09 | 10 | 10 | 10 | 10 | Tom, Thanks so much for the timely ..... |
Andreas, Sub FindMultiple() Dim tgt As Variant, sh As Worksheet Dim r As Range, sAddr As String Dim rw As Long tgt = InputBox("Enter String to search for") Set sh = Worksheets("Sheet2") With Worksheets("Sheet1")
Sujan, Based on what you have said, I would do this: Private Sub Worksheet_Change(ByVal Target As Range) ' if more than one cell is triggering, then exit sub If Target.Count > 1 Then Exit Sub
Hans J Hamm, this worked for me: Sub abc() Dim s As String s = "=IF(ISERROR(INDEX(Projects!C$2:C$500,MATCH(1,(C$2=Projects!D$2:D$500)*" & _ "(A20=Projects!I$2:I$500),0))),"""",INDEX(Projects!C$2:C$500
Andreas, This worked for me. Sheet1 is the hidden sheet where the data is. Sheet2 is where the data is placed. I use the eight columns next to the cell with the text searched for since you didn't
Trevor, I tested all parts of the formulas with the sample part numbers your provided (having the same -rp mismatch) and the formulas worked exactly as as i expected. If you want to extract a reasonable
Answers by Expert:

©2009 About.com, a part of The New York Times Company. All rights reserved.