search a range

  1. S

    Formula for pulling the counts on items in i different locations but with same name

    =XLOOKUP([@Item]&[@[Bin Number]],Item19&Bin_Number19,"@[Count19]","",1) =XLOOKUP("[@Item]='R19'!@Item19*'Calculate sheet'!@[Bin Number]=@'R19'!A3:A68",Item19,Count19,"",1) this only pulled the first instance of the same name I tried the above and a few other variations but could not get the...
  2. M

    Matching a value if a code in a table is within another cell

    I need a formula that in column F will search and match a table where Column I's value is within Column A and make F egual to the equivalent value in J. I've tried search, match and Vlookup to no luck. Eg, I2 is within A2 so B2 should equal to J2 I3 is within A5 so B5 should equal to J3
  3. C

    Insert current date into cell based on another cell true / false across workbook sheets

    Hi guys, Need help with the formula below. What I need it to do is search through the workbook sheets (2-101) and check on each sheet if cell "D1" shows a result of TRUE or FALSE. If it is TRUE, then I need the formula to change the contents of cell "E6" on that sheet to read the current date...
  4. A

    Create a search database with return results to another cell.

    Hey Guys, I am trying to build sort of a database with a search in it. So, what i am trying to do is: When user enters a text in C7 and hit the button, it searches the text (exact match) in Sheet2(called Data) then displays it in Cell C19. Attached screenshots for more clarity. Thanks a lot in...
  5. S

    Search for a specific value in two columns and return a single result

    Right now, my code searched for "MI (D)" in column "B" and adds 4 additional lines at the bottom of the code dependent on what State is next to that value in column "A". However, there are some instances where there are many "MI (D)" combinations, so the code cycles through each one and adds...
  6. O

    VBA - searching values in the same groups

    Hello, I wanted to find the value I want among the one thousand data in Excel Sheet and I used binary search algorithm it doesn't work for me. Then, I got some errors so I simply rearrange the problem to be understandable more. I would be grateful if you could write the code for the following...
  7. N

    Search function

    Hello! I need some help. I am currently an intern in a company and my boss asked me to make a Excel file to keep an overview of there ordering materials list. i want an front page that the individual employee can post information in and then be redirected to the specific colloum containing...
  8. R

    Formula to search max. value based on criteria in other column

    Hi all I have this data with columns: - A: the ID of the product - B: the start of the proces - C: the end of te proces - D: the state of the proces during B to C ID Start End State 10028700 1/01/2020 31/03/2021 Active 10028700 1/04/2021 31/12/9999 Inactive 10029917 1/07/2021...
  9. K

    Search One Column of Worksheet for multiple different partial texts, and if found post a respective value in the same row, one column further

    Hi Everyone! I am a beginner to macros and just received help on another question here. I would like to adjust the code however, and have been struggling a lot. I just wrote a macro which compiles data from different workbooks into one compiled data workbook. This compiled data is structured as...
  10. J

    Find value from excel file in word document

    Hi everyone, I am trying to figure out a macro in excel that would search for a specific value and jump to that point in a specific word file. As an example: Cell A1 has the value "Company X" in it. I would like to be able to press Cell A1 and the code then opens the word document and jumps...
  11. F

    Strange Error

    Does anyone have any idea why this code only searches the first row with a matching header instead of every row with a matching header? =COUNTIF(INDEX($A$4:$F$360,MATCH(LEFT(L$4,3),LEFT($A$4:$A$360,3),0),0),$J16&", "&LEFT($K16,1))+N16 Array $A$4:$F$360 with header $A$4:$A$360,3 trying to...
  12. M

    Extracting data from website search bar using VBA

    Hi everyone, I am trying to extract data from a website using VBA. This is the web site: https://gmsip.com.pa But i can not add my range of data to search bar is there any solution to this problem ? no i want to add IMO numbers for ship in the excel sheet and VBA run them in website and...
  13. D

    Search and Count Key Instances

    Hello, I have a table with a list of Keywords. I also have a list of Item Descriptions. I am trying to figure out how to count the number of times any of the keywords from the list are mentioned in each item description. For random example: <tbody> A B C D E F G H I J K L M N...
  14. J

    Multi Range, Multi Criteria Search VBA - Hide/Unhide Columns

    Hi All, Have a worksheet with a lot of data and I'm building a search VBA that hides/unhides columns based on 2 cells containing user entered data (from drop down menus). The first "For" function works without a problem, its easy since it's reading from a range with a single row, the second...
  15. B

    QUESTION: Finding cell text in other cell text, returning value from third cell

    I need to determine if the individual cells in column A (A1:A17933) contain text from any of the cells in column C (C1:C1957), and if so, return the column C cell's corresponding value in column D (D1:D1957) to the column B cell next to the column A cell containing the column C cell text. For...
  16. C

    Search value the prompt for user form with three options, place in cell afterwards

    Hi, I want to click macro. it searches sheet3 A:A for a value. If it doesnt find it, message just says value not present. If it finds it, it pulls up a userform named "goahead", it consists of three choices yes, no, n/a. whichever one is selected, it places that in sheet3 column z for that...
  17. F

    How to search text string within range VBA

    Hello to all, I want to search the substring within a range that is not in a single row and if match select the cells where is the string present. I was able to make a code that works but only if the data is in a single row, but I don't know how to do it if the data is in a range with several...
  18. J

    Like Function without Case Sensitivity for String Searches

    Hi All, I have a file with a LOT of data, particularly names, so I wrote a quick search macro that opens and closes the columns based on the entry from the user so they don't have to scroll through thousands of columns. It works wonderfully, and is actually pretty quick for the amount of...
  19. B

    worksheet searches and reporting based on input from sheet 1

    my work requires me to take a submitted document (created in excel) Sheet 1: Branch: Science Group/Level: AS02 City: Vancouver etc..... In sheet 2, all rows start with a process number (column A) and the information above is populated ex: column A...
  20. R

    Pull worksheets from Source by looping through a specific list

    Hi all, So I have three worksheets: 1) Original 2) Source 3) New. I want to create a macro that loops through a specific range in the Original workbook, searching for each string of characters within each cell of the Original range within a specific cell (say, B2) of each worksheet in the...

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