searches

  1. R

    A fix for counting empty cells!

    Hi all, I couldn't see a fix for this after doing a few forum searches, so I'm hoping you fine people can help. In column T of this spreadsheet I have put a formula in [ =(COUNTA($E6,$H6,$K6,$N6,$Q6)-COUNTIF(E6:S6,0))/COUNTA($E6,$H6,$K6,$N6,$Q6) ] which counts the amount of times text is...
  2. J

    Index and match help

    Hi all, Not sure how i represent the following number searches when adding to index and match formula <colgroup><col></colgroup><tbody> Under 2.0 2.01 - 2.25 2.26 - 2.50 2.51 - 2.75 2.76 - 3.0 3.01 - 3.50 3.51 - 4.0 4.01 - 5.0 5.01 - 6.0 6.01 + Thanks in advance </tbody>
  3. S

    1 Search Box for Multiple Fields

    I have the code below linked to a text box on a Form. It searches 2 fields for the textbox value. Is there any way I can edit it so it searches for values which contain the textbox value? At the moment it is only searching or an exact match... E.g. If I search 'Test' it will not show 'Test123'...
  4. V

    searching more than one criteria with VBA

    Hello all A fellow member very kindly provided me with this code to complete a search from a worksheet named "Result" in cell "A6" and search the data from the worksheet called "Data" from column 15 I want to try and expand on this and be able to search more than one column at the same time...
  5. MCTampa

    Using InStr or Like in a query

    <tbody> Resort Codes Resort Searches MM1 HNS;HSL;MG1;MG3;MG5;MGA;MM1;WNL GTR HNS;GTR;MG1;MG3;MG5;MGA;MML;WNL NCV HNS;HSL;MG1;MG3;MG5;MGA;MML;WNL MKO HNS;HSL;MG1;MG3;MG5;MGA;MKO;WNL </tbody> Hello, I have a table with two columns: list of resort codes and a list of resort...
  6. F

    Script to loop match initial search term in data column to find the value of cell below it and then search that term and carry on

    Will try to explain as best as I can, I have a set of data in Column A. I would like to run a script which searches a value (example shows I want to search for "A" shown in cell "C1". So it searches for the "A" and finds it in cell A4 and outputs the value of the cell below it, in this case "B"...
  7. C

    Calculating from two tables where only unique record match

    I'm struggling on how to do this. I have list of search engine keywords, thousands of them with amount of searches. In another table I have search phrases that led to sales. Those two tables are not connected in any way from their source. So my question is, how can I look up the unique phrase...
  8. C

    Instring Search to Return whole Line

    Hi There, I have all text in a cell example Cell A1 Today is hot Last week was cold Today's weather is 18 Next week is 20 I need a VBA code that searches the cell via instring search for example searches "Today's weather" and will return the whole line "Today's weather is 18" which then i will...
  9. M

    help to find last empty row but a bit strange

    hey im trying to find my sheet's last empty row and place my data there. here is what i've wrote num=Application.WorksheetFunction.CountA(Range("C:C") i defined to search in C column but it searches A column and based on that places the datas wrong
  10. K

    Simple solution required!

    Another basic one for you guys (I hope!). <tbody> A B C D E F 1 DATES NAMES NO's £ VALUES 01/11/16 2 01/12/16 </tbody> I need a formula that looks at: > column A, and searches for all dates with a month of date stated in Column E > column B, and searches for a specific name >...
  11. F

    VBA - How to find words from list in a cell?

    Hello! I have the function: IF(SUMPRODUCT(--ISNUMBER(SEARCH(E1:E2,A1)));"yes","no") that searches the text values from E1:E2 in A1 cell. How to make the same in VBA? Thanks in advance!
  12. B

    Excel Formula to Search A Column for String, then if String Matches, Look in another column at the corresponding row with a date to compare to the cur

    I apologize for the long title. Here is what I am try to do. <tbody> Company Name Computer Name Connection Date Prior Activity Date Completed Date Penguins1 lab1 7/24/2017 7/24/2017 7/24/2017 Bears Inc lab2 4/23/2017 4/23/2017 1/18/2017 Bears Inc lab3 7/24/2017 7/24/2017 7/10/2017...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top