Tagged Questions
0
votes
0answers
29 views
XSLT is it possible to have a lookup table in non-xml format? Like excel?
Greeting, all!
Curious if there is a way to have an excel file for lookup instead of xml? Obviously the excel spreadsheet is much easier to update than xml file.
Currently, I have an Employee lookup ...
1
vote
2answers
156 views
EXCEL: Need to find a value in a range of cells from another worksheet and return value from adjacent cell
I am trying to find the formula that will search in column A (of worksheet "ABC") to find a value matching G4 in worksheet "XYZ" Once that value is found, return the value of the cell adjacent (column ...
2
votes
2answers
110 views
Excel: Search column for specified value, return value in same row different column
here's my problem:
I have a system-generated report that I can update easily. However, the report is very long and complex and I'm trying to use the complex report to consolidate it to a simpler ...
0
votes
0answers
7 views
External Workbook Lookup and Match
VBA friends.
I'm looking for some VBA code that will do the following:
In my active workbook(Sheet1), I have ~ 10K email addresses in column #6. In column #23 I have either a 1 or a 0, and in column ...
1
vote
1answer
72 views
If/And statements and lookup in Excel
My question is about VBA excel code.
I want to maybe write a macro but i'm not very familiar with coding so I was looking for some guidance.
Basically I have an excel spreadsheet with a table with ...
1
vote
0answers
14 views
automatically updating a SP Foundation list
I'm REALLY hoping someone can help me here... I'm developing a database for my employer using SharePoint Foundation. The database contains 26 columns and around 100,000 rows (a Business Contacts ...
0
votes
1answer
25 views
Microsoft Excel Referencing data
I am trying to figure out how to look up a cell to see if it contains a name from a list I have specified, we will use "Hofmann Trucking" for example.
Using columns a,b and c where column a contains ...
3
votes
2answers
327 views
How to do vlookup and fill down (like in excel) in R?
I have a dataset that is too large to put into Excel (about 105 000 rows and 30 columns), so I thought I'd try R instead.
I have a categorical variable that I would like to assign it to a number. In ...
-1
votes
2answers
25 views
Retrieving data in excel [closed]
I am writing to ask your help in Excel. I need a function. I have two columns. In one column (A), I have list of words (Blacklisted words). In Column B, I have sentences or paragraphs in each cell. ...
0
votes
1answer
138 views
Insert the data from excel to table if data not already not existed, if existed the write to file in SSIS 2005
I'm new to SSIS. I'm trying to load the data from the excel to sql server table. What i have to do if the data already existed in the table then I have write it to a temp table or file if not existed ...
0
votes
1answer
62 views
Getting Excel to return a row which has two values
I have a csv file that has all the fixtures of a football League between 2003 and 2012 (this is in Sheet1). I want Excel to return the row containing certain fixtures to my worksheet, i.e. when team A ...
1
vote
1answer
128 views
Returning value from data array based on several conditions
I have a data table with 3 columns (the look is simplified for clarity, but arrangements and data formats are preserved, 1st column A is Date formatted with my regional settings, but it is NOT text):
...
0
votes
0answers
45 views
Locate matching cell in array in Excel
I have a pivot table on a sheet, and on another sheet i have some data from the Pivot. Id like to dynamically lookup various data from the pivot table through a user entered field. Id like the user to ...
0
votes
0answers
88 views
Excel Replacing column data with column data
Within my spreadsheet, I have a set of columns that increment by 5; from 520 to 575. Within these columns lies simple numeric data. Further on in the spreadsheet I have essentially the same layout; ...
3
votes
1answer
293 views
Conditional SUM using multiple tables in EXCEL
I have a table that I'm trying to populate based on the values of two reference tables.
I have various different projects 'Type 1', 'Type 2' etc. that each run for 4 months and cost different amounts ...
0
votes
1answer
424 views
Applescript in Excel to find a value and then look for another value in the same row
This sounds simple enough (and I am sure it is) but I cannot figure out how to do this:
I have data in a table in excel - let's say two columns: Column A contains ID's and Column B contains email ...
3
votes
2answers
2k views
Excel VBA Inputbox - Select range (Type 8) but not as a fixed range i.e. A1 not $A$1
I currently have the following line in my VBA code for an Inputbox:
Set myValues = Application.InputBox("Please select on the spreadsheet the first cell in the column with the values that you are ...
0
votes
1answer
69 views
Lookup in excel with no VBA
I am trying to compose an excel spread sheet on which there would be two sheets.
One sheet (sheet2) with a list of names in one column and next to each name a number.
I would then this column of ...
0
votes
1answer
173 views
Lookup values using multiple criteria and based on order
I have a table of data (in this case property rents) and want to return on a seperate sheet only the top three tenants based on the rent. All property data is saved in the same sheet, and each ...
2
votes
1answer
633 views
EXCEL: Look up today's date in the first row of a sheet
I have a sheet with a sequence of dates as column headers. The dates are entered manually and are not necessarily contiguous.
I want a formula that can look up today's date in this sheet and return a ...
1
vote
2answers
494 views
VBA VLookup allow the user to select the filename on directory
I have been attempting to insert a VLookup formula into a column using VBA. The Table_array is variable and changes each month, so I would like a dialog box to specify the file I want to use. The ...
0
votes
2answers
12k views
Excel VBA Code to Search for value in colmn that matches another column AND a date?
I have data stored in three columns of Excel
Column A: Serial Number
Column B: Date
Column C: Value (e.g. Cost)
I need to write a code that would look for the Value (Column C) associated with a ...
0
votes
0answers
951 views
Vlookup on multiple selections of pivot table and having the selected labels in other cells
I have a pivot table which can select the values for different Quarters in Report filter.
Now I'm doing Vlookup based on the selection of quarters on the table. If I select Quarter-1 it is displaying ...
0
votes
0answers
59 views
Microsoft Excel 2010 data formatting for lists
I have a long list of data in the following format :
ITEMA VALUEA
ITEMA VALUEB
ITEMA VALUEC
ITEMB VALUED
ITEMB VALUEE
ITEMC VALUEF
ITEMD VALUEG
ITEMD VALUEH
I am trying to convert this so ...
0
votes
2answers
720 views
Excel, lookup between values, groups
I have dollar values in Column Q
What i would like to do do is a lookup on column Q and tell me what group they would belong to.
(in column Z is where i would have the lookup)
Between 20-39.99 = D
...
0
votes
2answers
816 views
Excel VBA: Use Lookup to locate and place phone # based on Name Selected
I could use a bit of help with this, as i am new to Excel VBA. I have a two page workbook, and i would like to have help on some VBA code which places a phone # directly in the cell below, once a name ...
3
votes
4answers
847 views
Two-Dimensional Lookup in Excel 2010
I have a data that looks similar to this
Tables contains more than one row label heading (stacked row label):
|20% |30% |
|25/01/11 |buy |1 |1.1 |
| ...
0
votes
2answers
979 views
VBA Excel : Lookup mutiple values & return matched value to the next cell
This question is corresponding to this link VBA Excel : Extract data in specific format from CSV files
but i have a different problem here.
In CVS file, In the col C full of information about ...
0
votes
1answer
375 views
VBA lookup code
I have been using the following formula in excel:
=LOOKUP(2,1/((Sheet1!$G:$G=$C7)*(Sheet1!$H:$H=I$6)),Sheet1!$F:$F)
This ultimately tells me that, look in column A and match cell B1, and look in ...
0
votes
1answer
535 views
Highlighting rows in one table by matching columns in another table in excel
I have a table in excel which has a column for UserIds in the first column. It has other information in the rest of the column.
I also have a list of UserIds that I want to choose from that first ...
0
votes
2answers
100 views
Is there a way to create RDBMS-behavior in Excel for row column lookups?
Is it possible to lookup values in excel in the following method:
Table 1
ID | Code
-----------------
1 | I
1 | J
1 | K
2 | I
2 | J
2 | L
...
1
vote
1answer
5k views
find matching cell value in another workbook and return matching row content
I'm new to Excel and VBA and am faced with the following task:
I have two workbooks - wookbook1.xlsx contains company names and will hold a macro, and workbook2.xlsx which will hold the values I ...
1
vote
3answers
4k views
How do I lookup a particular cell in another worksheet dependent on the value of a cell?
I am trying to read in a table called operations that looks like so
"id";"name";
"1";"LASER CUTTING";
"2";"DEBURR";
"3";"MACHINING";
"4";"BENDING";
"5";"PEM";
"6";"WELDING";
"7";"PAINT PREPARATION";
...
5
votes
1answer
227 views
Excel lookup vector based on another formula
My spreadsheet has 2 sheets.
Sheet 1 contains 30 days worth of values.
Each day's values are a maximum of 19 rows, consisting of names and correspoding values. The names that will appear for each ...
1
vote
2answers
780 views
Using a Lookup at Next Available Line in Excel VBA
I am trying to implement a lookup feature in Excel Vba. I do not have any code to share because I am uncertain how to begin with the implementation.
Upon opening a workbook I want to use VBA to ...
0
votes
2answers
95 views
Find n^th entry in a column where n is an integer in another column in excel
I used match to find a row number for the best match between columns 1 and 2. Now I would like to use that number from match, which is really just an integer telling me which entry in the column ...
2
votes
3answers
221 views
Replace Strings with IDs in Excel
I have a Microsoft Excel worksheet that has hundreds of rows of items. The category column in this items worksheet is filled with category names, which are duplicated since it's a many-to-one ...
1
vote
3answers
587 views
Excel: need help with unusual lookup function (sorted column is different from lookup column)
I am having trouble constructing a unusual lookup formula in Excel.
Normally, I would use VLOOKUP(), but the pitfall is that I want to look up a number in a column from a table that is sorted on an ...
0
votes
3answers
2k views
MS Excel wildcard lookup
I have a lookup table in Excel with ColA and ColB :
ColA ColB ColC
va 1 value1
ColC is the actual value table
I need to do a wildcard lookup with lookup_value = "value1"
I need to ...
1
vote
2answers
252 views
Excel - Looping through data till it finds the right one
I'm pulling data from one Excel table into another using an IF statement. I want it to check two fields and if it is a match I want it to print something and if it doesn't then I want it to continue ...
1
vote
5answers
1k views
lookup Data in Excel
I have a 2 variable 100x100 data table in excel.
I need to have a function that returns all the possible sets of variables that yield a given target value.
What I am looking at is some kind of a ...
