VLOOKUP is an Excel function for retrieving a value from an array using a lookup value and a positive column offset.
0
votes
1answer
25 views
How to create result table with vlookup from merged cells
I have this data table and i want another result table. when I write name of state ,result table can show all of company with data1,data2 and data3.I trying use vlookup but because there are merged ...
-1
votes
1answer
7 views
Conditional Excel Lookup
I have week days in Column A and values in Column B
I want to look up the column B values that correspond to all the "Thursdays" in Column A and return the lowest of those values.
My apologies if this ...
1
vote
1answer
17 views
MS Excel Payback Period Formula to Display Year / Compare Cumulative Totals in Separate Rows
I am working on a project that is supposed to compare the cost of automation vs non-automated call analyzing and then tell you what year the payback period will be. I am having issues trying to get ...
0
votes
2answers
15 views
Trying to select rows that matched in vlookup excel
I am trying to select the rows of the results from my VLOOKUP and put the results in a neat table in another sheet. The row in my "M" column has a lot of NA and random numbers that were matched.
See ...
0
votes
1answer
37 views
Find matches in 2 columns, compare data in third column with VBA
I am hoping someone can help. I am comparing prices of products between a master sheet and a local sheet. I need to flag when the prices don't match. The master sheet contains all possible products ...
0
votes
2answers
29 views
VBA - “Run-time error 424: object required”
So although I feel the need to mention that I’ve already made several posts on here regarding this project, I’ve since made some progress on it:
For those that haven’t read any of my prior posts, I ...
0
votes
0answers
14 views
sharepoint 2013 AND vlookup formula [closed]
Does anyone know how to implement in SharePoint 2013 same as VLOOKUP formula in excel?
In SharePoint 2013 I have my main list.
I have another list of currencies that contains the name of the state ...
0
votes
1answer
33 views
Vlookup query to find and highlight different data in a column
I performed my vlookup and now I need to highlight the things that were different. There are over 5000 lines of data, so I don't really want to go through each line and to find different data, can ...
0
votes
1answer
43 views
Excel programming with vlookup or if statements
I am trying to take column a (5000 rows) and match against column b (138 rows) and when it finds a match in cell b will take cell c (on the same row) and print it in cell d for example
I have ...
0
votes
1answer
14 views
Issue with Array in Vlookup [Excel 2007]
I have an issue with vlookup recently when trying to compare 2 tables.
it seems that no matter what i did the end result is always "#N/A"
My goal is to find out the if the overlapping entry in both ...
0
votes
1answer
23 views
Excel: Agregate multiple tables separated by title
I have an excel file generated by SAP. I need change its format from multiple tables separated by a title to one single table. This is the original table:
and i need it to look like this:
Im new ...
0
votes
2answers
39 views
Exception from HRESULT: 0x800A03EC when trying to add formula r1c1 while creating workbook
I am creating an Excel file using C#.
The end result should be:
Excel workbook with 5 sheets
1 sheet is generated using other 4 sheets.
4 sheets are generated from database
All the formulas should ...
0
votes
0answers
8 views
Any advice to prevent excel from crashing all the time?
im running Excel 2010 on an i5 processor but am plagued with slow processing and crashes. im working on quite large files, using VLOOKUP to search one against the other.
im trying to keep as ...
0
votes
2answers
72 views
SQL Server query with same functionality as Excel VLookup
I have 2 columns of data that I need to compare with each other - Column A and Column B.
Column A:
Steve
Jane
Mary
Peter
Ed
Scott
Ted
Column B:
Peter
Scott
David
Nancy
Column A has a larger ...
0
votes
1answer
26 views
VLook-Up Match first 3 characters of one column with another column
I'm trying to match a list of words from Column A against another list of words in column B. I only need the first three characters of the words in column A to match the first three characters of the ...
0
votes
1answer
59 views
How can I apply a formula to new, form-inserted rows of data in Google Spreadsheets?
I would like my Google spreadsheet to automatically apply formulas found in cells F2 to H2 to all new, form-inserted rows. You can view the spreadsheet here.
The formulas are:
F2: =IF(B2, ...
1
vote
2answers
97 views
Returning “application defined or object defined error” and “Type Mismatch” in vlookup in VBA script
I'm having some problems with the vba script below. It's pretty simple. It's meant to take the value of a dropdown list and respond based on a yes/no/null value in another sheet. The code works ...
2
votes
3answers
90 views
VBA complex vlookup
Okay I saw a number of questions that were similar to mine but none were quite exact So the answers didn't help. Although it may not be exactly a vlookup the process is similar to one so that was the ...
0
votes
0answers
68 views
Vlookup in Excel one-to-many relationship
I have two Excel sheets: one contains account detail, the other contact Details.
One account can have multiple contacts. In contact Details there's a column which links to the account with which it ...
0
votes
1answer
25 views
MATCH function in a multi dimensional array
I am trying to extract the row location of a cell with the minimum value in a range which consists of 2 different columns that are not adjacent. It seems MATCH function does not allow the use of more ...
1
vote
1answer
19 views
Combining Small with a VLOOKUP
I have 2 sheets; 1 with a large dataset consisting of a non unique identifier and a date
e.g.
xx - 01/12/2012
xx - 05/12/2012
xx - 02/11/2012
yy - 02/04/2012
yy - 25/05/2012
zz - 06/03/2013
The ...
0
votes
0answers
194 views
Excel - Creating a dynamic dropdown of values that match a string
In excel I am trying to create a dropdown which pulls in all values where part of that value is in the cell next to the dropdown
So I have a spreadsheet with 2 columns, a description and a price.
I ...
0
votes
0answers
105 views
Excel 2013 - Double dependent dropdown and VLookUp to create Sales Quote
Fairly specific problem in Excel. I am trying to create a dependent dropdown that is dependent on a dependent dropdown. I then want to use VLookUp to find the corresponding price of the combination of ...
0
votes
1answer
48 views
Combining data from 3 separate Spreadsheets in Excel
I'm trying to combine data from 3 separate spreadsheets:
-All three sheets have a common column called "Tag" which has ID numbers
-Sheet 1 contains the most info and will be used as the sheet where ...
0
votes
2answers
53 views
Issues with VLOOKUP in Excel
I have a tax table in one sheet that has a list of tax values. For example:
Sheet1: Tax Tables
A B C
1 Min Max Taxed
-------------------
2 50 100 10
3 100 200 ...
0
votes
1answer
28 views
VLOOKUP only returning 1 or 0 when row is matched
I have a vlookup I just made
=VLOOKUP(D5,Sheet1!$B$3:$M$591,3,FALSE)
It matches 1 column in 1 sheet to another in the other sheet. When I test it out by changing it to: ...
0
votes
1answer
62 views
Excel Vlookup Function
I have a spreadsheet that contains two worksheets. Each Worksheet contains the C column which I need to only extract the last numbers after the dash. So in Cell D it does this by using the formula:
...
0
votes
0answers
39 views
Ignore VLOOKUP in PHP Codes Using Codeigniter
Can you help me to create codes in php to read an xlsx file with VLOOKUP formula in a cell.
This is the formula:
...
0
votes
1answer
528 views
Vlookup with multiple duplicate values
I am trying to do a vlookup between 2 spreadsheets. One of the spreadsheet has multiple duplicates... For example:
I have in spreadsheet 1 :
Column A Column B Column C Column D Column ...
0
votes
2answers
68 views
How can i use Vlookup or if to grab adjacent cell
0.4 0.7295 0.008082
0.45 0.7332 0.001519
0.45 0.7307 0.03161
0.5 0.7352 0.1174
0.5 0.7345 0.1528
0.5 0.7347 0.127
0.5 0.7323 0.07249
0.55 0.7354 0.1349
0.55 0.7349 0.1475
0.55 0.7321 0.1017
0.4 ...
0
votes
1answer
243 views
set a range from different worksheet and vlookup function
this one should simple, but i do know why it doesnt work.
This code is working properly :
Sub test_range()
Dim Range1 As Range
Set Range1 = Sheet4.Range("B2:F6081")
End Sub
but when i try to ...
0
votes
1answer
42 views
php vlookup in sql
I have a table like this in sql
ID NAME SIZE GROUP1 GROUP2 SIZE2
1 casa xl 1 2
2 casa l 1 2
I'd like to obtain a table like this
ID NAME ...
0
votes
1answer
164 views
Excel - VLOOKUP returning #VALUE
Yesterday I asked this question. I tried out another VLOOKUP formula seeing how useful it was, but have run into a very strange error I can't seem to fix.
I have the following row of data
...
0
votes
2answers
259 views
Excel Fuction Help - Compare 2 Cells in Worksheet to 2 Cells in another worksheet, if they match, return value from a different column
Im wondering if someone would be able to offer some advice on the best way to do this please:
Data in Worksheet # 1
Col A | Col B | Col C
Part-1 | 8 | 2
Part-2 | 7 | 7
...
0
votes
0answers
237 views
VBA Userform Label change with Vlookup - type mismatch if I enable/disable it?
I have a label box in a Userform that I wanted to change the text of using vlookup. What I have right now is:
Label1.Caption = Application.VLookup(Target, Sheets("CardData").Range("I2:J7"), 2, False)
...
0
votes
0answers
133 views
Excel : variable in vba formula
this seems so simple, but I don't understand why it doesn't work...
I tried this first, make a formula that does a vlookup on a closed workbook. I tested with a static link, it worked :
...
0
votes
2answers
91 views
need to compare data in two excel files
I need to compare two excel files. One is extracted from database and saved as CSV. Other file is cumulative report containing all records for that day. I need to check if all the data in the ...
0
votes
3answers
114 views
Find two matching rows and display data from the thirt one (Excel)
So i have Two Sheets.
First sheet contains two columns
BRAND | LEFTOVER
The second sheet consists of two columns also.
BRAND | LEFTOVER (%)
So in case if the BRAND row value in the first Sheet ...
0
votes
0answers
22 views
vLookup and if function
I've created a workbook for my expense claims, with various sheets in Excel for Mac 2011.
Spreadsheet 1 contains dates in column A, values in column Q & R and text in column S.
Spreadsheet 2-14 ...
7
votes
2answers
137 views
The right way to lookup a value from within a table and fill it with data
My current project is basically the conversion of an excel spreadsheet to a windows application. I came across a section of the worksheet using a table and vlookups. Assume the table looks like this ...
1
vote
4answers
186 views
Combining COUNT IF AND VLOOK UP EXCEL
I have multiple spreadsheets in a workbook and I would like the following in basic English talk:
IF 'worksheet1'(cell)A3, appears in 'worksheet2' column B - count how many times it appears in column b ...
1
vote
1answer
359 views
Excel - vlookup date in date range
Is there a simpler way to complete this task?
I want to look up a value and a date in a list and return the date if it matches or is within 5 days of the original date.
The only way I've been able ...
0
votes
1answer
154 views
Excel VBA autofill just return the formula
I've created a macro and put it in the personal.xls file.
The macro suppose to autofill the vlookup of J column in PhanCong.xls, but it just return exactly the formula.
Here are a part of my Excel ...
0
votes
1answer
234 views
Macro to do a VLOOKUP that searches for specific column names to input specific information
I need some help with a macro/vlookup. Originally, I recorded the macro and just did the VLOOKUP manually thinking that would always work. Lately, it hasn't been functioning properly (and I'm not sure ...
0
votes
1answer
769 views
Unable to get the Vlookup property of the WorksheetFunction class
I am trying to find an Employee name and their Import date from a spreadsheet called CashReward.
The coding below is appearing with an error message 'Unable to get the Vlookup property of the ...
0
votes
1answer
2k views
Excel- compare two cell from different sheet, if true copy value from other cell [closed]
So, I have a worksheet A and worksheet B.
I would like to compare column A on both sheets with each other.
If the value is the same (true), than copy value from worksheet B, from column F (this ...
0
votes
1answer
139 views
IFERROR(VLOOKUP) Formula returns incorrect data in certain cells and correct data in others
I'm using the following formula:
=IFERROR(VLOOKUP($A42,SHEET2!$A$2:$N$91,11,FALSE),"")
Of the 100 plus rows of data, the formula has returned correct data. For the cells where the formula returns ...
0
votes
1answer
348 views
VLOOKUP, if item not found print “” and increment a cell's value by one
What I have so far:
=IF(ISNA(VLOOKUP(A1,$E$1:$F$814,2,FALSE)) = TRUE, SUM($D$1,1), VLOOKUP(A1,$E$1:$F$814,2,FALSE))
So using VLOOKUP, if it isn't found in the table I want it to print "" (nothing) ...
0
votes
0answers
455 views
MS Excel, multiple rows, copy data using VLOOKUP if there are multiple rows with same values
I have an excel spreadsheet with the following data.
ID lastname firstname dob
------------------------------------------------------
123 Alderson Sophie ...
0
votes
1answer
33 views
Vlookup with optional criteria
I am trying to lookup data, using optional criteria.
For example the input data may be :
Col1 Col2
Pig Mouse
and the lookup table :
Col 1 Col2 Col3
Pig 1
Pig Mouse 2
...


