Search Function for a workbook
Our take
so I'm trying to build a search function that I cannot seem to figure out. what I'm wanting it to do is search through the data on one sheet and provide an answer on the search function sheet. for example and cell A1 I want to type in 23-11-01 and in cell B1 I want it to return the gallon amount that corresponds to sell A1 on the first sheet.
For clarification the data I have will be in columns A,C,E,G etc. and the corresponding result I need returned will be directly next to the search term i.e B,D,F,H so the search term in cell A1 will need the result displayed from cell B1
TLDR I want to be able to have Excel search through an entire set of data and return just the one answer from the data I provide
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- Search values in 1 array then return the value of another column, same row.Using the example table, I'd like to search column 1 for data limited to a range of 0.220 to 0.200 (r5c1 here) and return the value in another colum of the same row (r5c4 here). Thanks https://preview.redd.it/b1127zmvf8qg1.png?width=302&format=png&auto=webp&s=d5a89be7b832ac7536f171eedd7fd3e78c028dce submitted by /u/SkyChef [link] [comments]
- Trying to build an Excel ‘database search’ that opens another file to the right row — possible?”So I have this mini project that I wanted to do. I genuinely wanted to help my co-workers with their databases (or data banking as they say). The goal is to create an excel file wherein when they could search for a person using either an ID or name and they could click something like a link or a button and then it'll open another excel file/s and get to the exact row based on the ID and/or name. The files that'll be opened could vary so I was thinking of buttons that opens the file and highlight or locates the exact row based on the ID. I'm not sure if this could be done. I wanted to give this a try but I just don't know the term to search for. Is this doable? Any ideas how or if there are other suggestions? I'm not an expert at Excel but maybe above average. I know a little bit of VBA but I'm willing to learn. Hope someone could help to search for the right term. submitted by /u/richako [link] [comments]
- Need to return a value based on two different search criteria, multiple lines, VLOOKUPHi All, I have a report that I run at work that doesn't come out in a way that makes it easy to work with in an excel spread sheet. The best i can get it is a txt file that when pasted spreads values into different cells. I use VLOOKUP in other sheets to find one value and return another value in the same row. I don't know how to (or if it's even possible) to do this with multiple values on different rows. Could really use some help. I need some sort of VLOOKUP/XLOOKUP type of formula that does the following: -Searches Column A for a specific value -Then Searches Column B (Below where Column A value was found) for another value -Returns the value in Column C (Same Row as B) based on the value from B I'm pretty much stuck using Excel for this as my company doesn't allow outside/other programs to further organize the data. Macros may also be an option if anyone knows any. Thanks in advance with any answers. submitted by /u/QuandoOmniFluncas [link] [comments]
- Return value based on word found in string of text in a cell?I am building a spreadsheet to help budget some expenses and am trying to automate as much as I can. I have a table in Column H with a keyword like "Gas" or "Electric" and then a corresponding category in Column I that groups this into something like "utilities". I have a spreadsheet where I export my bank statement and Column B is the vendor and Column C is the amt. I have Column D trying to group all the expenses based on the helper table in Columns H and I to quick and easy organize all the transactions for a month. I made the formula: =IFERROR(XLOOKUP(B3,ISNUMBER(SEARCH($H$3:$H$35,B2)),I:I),"Uncategorized") to try and get a return and it doesn't work just yet. I feel like I'm close but I'm not as familiar with XLOOKUP as I want and I cant figure out what I could use to make return any easier. Is there a simpler way to get a return like this from a string of text or am I missing something with how the XLOOKUP works? submitted by /u/Pmme10doller_psncard [link] [comments]