Questions tagged [lookup]
The lookup tag has no summary.
141 questions
0
votes
1
answer
60
views
Excel 2000: find last row by year and cell location
A23:A1000: date
B23:B1000: balance (number format)
C1: a specific year (number format), say 2023
How do I find the value of B based on the last cell in A with year C1? I tried various forms of LOOKUP ...
0
votes
0
answers
306
views
Conditional Formatting: Formula is true - XLOOKUP formula applying to just one cell, instead of automatically updating
I'm scratching my head around this. I don't know if what I'm trying is even possible in Excel (2021 version) without VAB.
On one hand, I've got a table like this, called "temario":
enter ...
0
votes
3
answers
87
views
Looking for a formula to find a numerical value from a value ran in a table, bound by criteria, and return a qualifier from said table
From the picture below, I'm trying to get a return of either T1 T2 T3 (in Green) based on the Final value from the left table and its corresponding tier, from the right table and the tier criteria/...
0
votes
0
answers
71
views
How can I filter a range of cells in one column and return data from another?
I am scraping data from a site and pulling data from this dump to another sheet. The dump creates files with 2 columns, one with a date and timestamp in 15 minute intervals, and the second column is ...
0
votes
2
answers
71
views
Too much arguments shown when used LOOKUP
I'm using formula LOOKUP in EXCEL 2013 as shown below:
=LOOKUP(1,0/(($B3=Master!$A:$A)*(F$2=Master!$B:$B)),Master!$C:$C,"")
But now it's jump out said I entered too many arguments for this ...
0
votes
1
answer
79
views
Lookup in excel from a range and returning the match
I am trying to work on this for quite a few days for now. I want to take out the middle names from last name. I have possible list of middle names and a list of last names. I am trying to look up the ...
0
votes
1
answer
633
views
How to convert a simple VLOOKUP to XLOOKUP in Excel?
The VLOOKUP works as intended. The XLOOKUP is giving "#NAME" error:
screenshot of the formula:
the working VLOOKUP:
=VLOOKUP(C12,B24:C29,2,FALSE)
Which I'm reading as "take the ...
0
votes
2
answers
674
views
Looking to return a number based on the date that is entered
I am looking to try and work out how to get a return from a table, depending on what it is that you enter. As an example I have included an image of how the table might look. I have a range of 5 ...
-1
votes
1
answer
46
views
how to use SUMIF to calculate a cell from the figures in 2 other cells based on the date
I have one cell that calculates a figure based on 2 cells, so for example target quantity is in C6 then the completed quantity is in D6 so cell E6 is "=D6-C6" but i only want it to ...
0
votes
2
answers
3k
views
Excel search for a string and then return a value from a list based on the match
I have a list of values in one table (Artist), that I then want to find a partial match to be used to populate a second value (Genre) from a separate table. If it cannot find a match, then leave the ...
1
vote
1
answer
109
views
Given a value, I want to find this value in one range and then report out a value in the same relative position in a different range
I have two ranges on the same sheet, we'll call them Range A and Range B. These ranges are the same size and their location on a sheet is known.
I ultimately need to find a value in Range B. To start ...
2
votes
1
answer
225
views
Access cached DNS entries when main DNS-server is down?
I try to access subdomain.a.com which uses dns.b.com for DNS but that DNS-server (all 10 of them actually) is down since about 2 hours. subdomain.a.com is working as expected but you just can't access ...
0
votes
3
answers
103
views
What formula should I use to pull
What Excel formula can I write so it will look for the same project in Column B in Column I and place the YTD matching the project from Column J in Column C in the table below?
A B ...
0
votes
1
answer
688
views
How to lookup values from dropdown lists in Excel?
I have a complicated Excel worksheet, but I will simplify what I need in a simple scenario.
I have the following sheet as raw data.
Also, I have another sheet where I can select the student's name ...
0
votes
1
answer
944
views
How two-way lookup works in excel?
The two-way table is a table where the value of a dependent variable is dependent on two independent variables, so actually it's a mix of two one-way tables.
When you lookup for a value in a two-way ...