Table 2 Values Gives A Third Value
May 30, 2009
I have a table showing data for Pipe Loop dimensions for thermal expansion.
In the first column, I have the pipe sizes. The rows contains deflection data for each size.
In the last row, i have data for the dimensioning of the loop, say a value "a".
In the spreadsheet form, the user inserts the pipe size, say 8", the temperatures, and some other data.
Based on the input data, excel will calculate the deflection of the pipe. Say 2".
So i want excel to lookup the size of the pipe in the first column, 8", and then lookup in the row containing the 8" size, the calculated deflection, 2". The result would be in column x. Going down this column, I want excel to give me the value of "a" in the last row.
I hope i'm making myself clear. I'd be much easier if i could sketch it.
I have been trying combinations with Hlookup, Vlookup, Row, ... but i'm stuck...
My idea was to have excel determine the row in which the first data, the pipe size, is located, and then do a lookup in that row for the next data, the deflection. And have excel retrieve the third number, a, located in the same column as the deflection, in the last row.
View 9 Replies
ADVERTISEMENT
Jul 15, 2014
I have a large table that I want to reconstruct. For simplicity sake, let's just says it's 3 rows (excluding headers) by 3 columns.
Item Description
1/1/2014
1/2/2014
1/3/2014
Cheese Burgers
2
3
4
Hot Dogs
5
12
6
Beverages
2
5
3
I want to reconstruct it so that the column headers become values in the table. The table headers are dates, in this case, if that gives clearer picture. So the new table would have 9 rows, (3 rows of data, excluding the header times four columns).
Item Description
Date
Quantity
Cheese Burgers
1/1/2014
2
Hot Dogs
1/1/2014
5
[Code] ....
The above example is sorted by date but I would be indifferent if it's sorted by the Item Description.
Is there an easy way to do this? Pivot possibly? Again, my data table is large: 36 rows x 181 columns. Using the copy/paste/transpose feature is pretty impractical.
View 3 Replies
View Related
May 12, 2014
how can i sum pivot table filtering some values in other table. if i change filter, sum is changed
View 1 Replies
View Related
Jun 24, 2014
Vlookup a table, to another table that has multiple values.
E.g.
Table
GPASP002
Look up table - need to return second coloum but not the first value, all the values?
GPASP002 KZASP100
GPASP002 KZASP500
GPASP002 KZASP600
GPASP002 KZASP501
GPASP002 KZASP502
GPASP002 KZASP601
View 2 Replies
View Related
Oct 25, 2013
I have this list of companies (about 50) in one work sheet. If a certain company has sales or costs it will appear under the company name, as either Products, Installation or Freight. It looks something like this:
Company
Sales
Costs
[Code]....
What formula should I use the find the installation that belongs to that certain company? And not all companies has a line that say installation.
View 4 Replies
View Related
Jun 19, 2014
One aspect of my Excel-based project involves comparing the operator-entered part number (in Excel) to a predetermined list of part numbers in one column of an Access database table. Right now, my program is telling me that every part number entered in the spreadsheet (50+) does not match any part number in the database, which I've verified to be incorrect. I've checked that both the spreadsheet part number and the database part number are of the string datatype.
To the best of my knowledge, my looping logic seems valid and robust. To the best of my knowledge, there are no hidden characters in either the database cells or in the spreadsheet cells causing this apparent mismatch. I'm completely stumped at this point as to why my program doesn't detect any matches between the spreadsheet and the database table. Below is the Sub containing the code for checking that the part numbers match:
[Code] ....
This issue seems to be a hybrid issue between Excel and Access with (to me) more of the issue on the Access end.
View 11 Replies
View Related
Feb 27, 2009
I am trying to develop a crop rotation for my one acre farm using a spreadsheet, but am running into some trouble. I will describe a simplified version of the problem:
Column A contains a list of numbers say (10, 40, 50, 20)
Column B also contains a list of numbers: (3, 6, 9, 2)
A given row, therefore, contains a set of these: Row 1 contains 10 and 3, Row 2 contains 40 and 6, etc.
In Column C, I want to be able to put in a Column A value and get back the Column B value from the same row.
For example, in column C, I want to type 10 and have excel give me a 3.
It looks something like this: .....
View 9 Replies
View Related
May 12, 2014
I am trying to look & match key values from 2 areas of one table with two areas of another table; in turn, it'd return one value based on the lookup table...
Attached worksheet : Test booklet.xlsx‎
View 4 Replies
View Related
Jun 19, 2013
Is it possible to set the values of a pivot table over itself?
For normal cells in a range I would use something like this:
VB:
LR = Range("A1").End(xlDown).Row
Range("A1:F" & LR) = Range("A1:F" & LR).Value
When I try and use the same code on a pivot table it gives a RTE '1004': Cannot enter a null value as an item or field name in a PivotTable report.
Does any adaption to use the value of the PivotTable rather than using copy/paste values?
View 1 Replies
View Related
Nov 25, 2008
It is a sample of my table to operate on: excel.jpg
My task is to make a list of mobile phone brand and model name – success, fail, reject, keeping in mind that one particular phone could have been contacted several time during the time of the campaign, but it should appear counted in all stats only once (hint: track phones by their unique Bluetooth code).
View 5 Replies
View Related
Feb 13, 2009
I have a problem with a table I am using I need to look up two values in a table and return the the score to the relative cell.
I have attached an example of what I need. I don't know if I can use the VLOOKUP function or would it be better to use the Index feature?
I have defined a name called 'Com' which is for the whole table in the 'Com' sheet.
On the 'Results' sheet all cells highlighted in Yellow are where values are entered and contains no formula. The Green cells are the cells where I need to amend the formula so that it is more efficient.
What I need exactly is for the formulas in C4 to C11 is to first look up the values in column A and match the value in column B that relates to column A.
For example on the 'Results' sheet, if the value in B6 equals b then the formula in C6 should then look at the table in the 'Com' sheet then match 'Com 1' and then look at the response value in column B to match the rating of 'b' and then return the value of '4' from Cell C2 on the 'Com' sheet.
View 5 Replies
View Related
Feb 13, 2009
I've tried creating a formual to only show the min values for each row,If
any values in my table is equal to 0, than, it should not display a 0, but
the lowest, positive number available. in my table. However, I'm not able to get it fully functionable.
Here's my formula:
View 14 Replies
View Related
Jun 25, 2009
I have table with duplicates values on the left side. Table has three columns and in each row is value only in one column. It looks like this:
EVI ROZ POA
101 22
101 3
110 6
110 2
110 3
112 12
114 8
114 6
...
I need to get rid of the duplicates in first column and save values for same number in first column in one row. Like this:
EVI ROZ POA
101 22 3
110 6 3 2
112 12
114 8 6
...
I think only macro can do this.
View 14 Replies
View Related
May 4, 2004
I would like to download historical stock quotes from yahoo and then bring them into a worksheet. I have used the Webbrowser control to bring in the Yahoo page but I have no idea on the code to use to bring in the values from the table.
View 9 Replies
View Related
Jun 3, 2008
I am trying to calculate a sum based on an If - say I want to perform the calculation in A1, if the values in column B match any one of the values in a separate table, then in A1 it needs to sum the corresponding values in column B.
I'd like it to be as simple as possible, preferably not using an Array formula although if that is the only possiblity then I will use that.
Please see the attached file. I dont' really know which is the best way to lay out the table at the top (highlighted in yellow) until I know what the formula would work best based on. Any suggestions welcome!
I would like to perform the calculation in cell C76. It needs to add any values between G18 and G71, if the cells to the left in column F match any of the consultants' iniitials under the heading London at the top. Then I'd like to be able to do the same in cell C77 for Bristol etc.
View 7 Replies
View Related
Jul 9, 2014
I need a find the intersecting price values for any given height and width. From what I have read on the internet, I can use the "=INDEX( ),MATCH( ),MATCH( ))" formula. However, this doesn't seem to work because the height and width is separated into intervals.
View 3 Replies
View Related
Jul 30, 2014
I have a set of cells and i want it to return all of the distinct or unique values within that matrix. for example, lets say this table charts how many sales an employee makes in a week.
sun mon tues weds thurs fri sat
john doe 1 0 3 2 3 0 0
jane doe 0 8 0 1 0 7 0
james doe 3 3 2 3 2 1 1
the desired output would be: 0,1,2,3,7,8
I don't want to be copying all of the cells or doing a lot of manipulation - i know i can copy, sort, and get unique values that way - i want a formula where as i plug in values, this field is updated to include all of the distinct or unique values.
View 2 Replies
View Related
Mar 11, 2013
I am trying to get an Array formula to pull unique values from an ENTIRE table. I was able to write one just for a column but not for an entire table. The unique value column is my desired results - t
View 11 Replies
View Related
Feb 18, 2014
What I'm looking for is a formula that will search a data table on a source tab and find a value in a column. And have the ability to function like a vlookup and display the contents of cells in the same row on a different tab. The catch is the value will repeat it's self at random interval in the data table. So for example the values are ON-1 to ON-8 and MB-1 to MB-8. Each value will have it's own tab and I want the formula to search the Source tab and capture the value in order but on the next row of the spread sheet.
View 4 Replies
View Related
Mar 13, 2003
I've created a pivot table and was wondering if there is a way to not include zero values.
I want to do this to make the report cleaner in that if there aren't any values (0) then don't display.
View 9 Replies
View Related
Mar 17, 2012
I have a Column, say column A, setup with a lot of repeated data. Now what I want is to pick only a single value from each set of data and put them into a separate column. for example:
Col A
1
2
3
2
4
1
5
4
1s
a2
1s
a2
a2
6
What I want the excel to do is to pick from the above data only a unique value and put them into a separate col, like this:
Col C
1
2
3
4
5
1s
a2
6
View 5 Replies
View Related
Mar 12, 2013
I have the z-table imported into excel, How i can look-up values from the table to 2 d.p
For example, to lookup 0.49 would be the intersection of 0.40 down the rows and 0.09 across the columns, i.e a value of 0.6879
anoda example would be 1.26 which would be 1.20 down the rows intersecting with 0.06 across the columns and it gives a value of 0.8962
I have tried some index-match but hasnt worked out fine, i know excel's normsdist function can do this but i need to get it done this way
0
0.01
0.02
0.03
0.04
0.05
0.06
0.07
0.08
0.09
[code]....
View 2 Replies
View Related
May 3, 2013
I'm trying to come up with a formula to find and proper sum the value in a table like this one:
Month/year
1995
1996
1997
1998
Jan
3,63%
0,86%
3,5%
1,5%
[Code] .........
But the actual table goes till december and the years till 2013. For instance, if I need the cumulative index from, let's say, jan/2010 to feb/2013, I'm having trouble with this formula. I can't get excel to sum them properly.
View 1 Replies
View Related
Jun 7, 2013
I've two columns in an excel sheet... In column A, I have years & in column B, I've amounts... Now I have made pivot table for the same to have an exact picture of this table... Now, I need a formula applying on pivot table that may identify the amounts in specific years great that 50,000 then great that 50,001 to 100,000 then 100,001 to 150,000....
View 1 Replies
View Related
Jul 5, 2013
This is my first post here!
The Question:
This is a hard one, I promise! Is there a way/formula/VBA to return multiple unique values from a table or from multiple columns with criteria?
My Objective
I want to create a table that has unique company names in the first column (done already) and all the connections that belong to a given company in the columns #2....#n. Like this:
Column1 Column2 Column3 ..... Column n
Company X1: Co. ABC Co.XYZ Co.Acme
Company X2: Co. SEB Co. Becme Co. Cecme
....
Company Xn: Co. X1 Co. ABC Co. Acme
I have a small sample that has 20.000 rows and 25 columns of data of 1946 unique companies downloaded from my schools database. This means that doing this by hand would take forever!
The data has many duplicates which makes this complicated. The first column shows company name and columns 2...n present connections. Like this:
Column1 Column2 Column 3 ...... Column n
Company X1: Co. ABC Co. XYZ Co. Acme
Company X1: Co. ABC
Company X1: Co.Acme
Company X1: Co. XyZ Co. ABC
In this example Company X1 is connected to companies ABC, XYZ and Acme. The formula should be able to filter/omit overlapping entries.
View 1 Replies
View Related
Jul 25, 2013
I have a column of data (say in cells J1 to J20) such as
AB*
CD+
EF&
etc etc - not every cell has an entry.
In another column elsewhere, each of these items has a number associated with it, e.g.
AB 3
CD 3
EF 4
Note that the symbol (*,+,&) is not in the table.
What I want to do is this: For each value in column J, I want to lookup it's corresponding value in the table and add 1 to a count if the value is say 4 (so in the example the cell containing my result would be 1 because only EF has a value of 4). If I wanted a value of 3 my count would be 2 (because AB and CD both have a value of 2).
I think I need a combination of countifs, vloopkup and left (as I need to strip off the number in row J somehow) but I can't get the syntax right (left for example won't work on a range).
View 1 Replies
View Related
Aug 12, 2013
Im trying to create a code that pastes the values from a range in one workbook to the end of a table in another.
This is what i got so far but the value only part is missing.
Code:
Dim targetBook As Workbook
Dim sourceWorkbook As Workbook
Dim sourceSheet As Worksheet
[Code]....
View 3 Replies
View Related
Dec 26, 2013
I have a Table of multiple values. From this table, I need to lookup and match the corresponding value in another table, and return a "X" if the looked up values match.
For example: The table with the data in it is:
Apple
Bob
Candy
Bob
Cookie
Bob
Donut
Bob
Figs
Bob
The Table I need to create is: As follows: It will have Bob in the Top column, and the rows to the left of Bob will say, Apple, Asparagus, Candy, Cookie, Dancing, Donut, Fame, Figs, Zebra. I need to read the top table and populate with an "X" the values which have Bob.
View 9 Replies
View Related
Mar 11, 2014
how come that my pivot table shows duplicate row values?
How can I avoid this?
View 3 Replies
View Related
Mar 15, 2009
I have a Pivot Table with 10 columns of data (numbers with a value of 0 to 1000) and a Total per row - all okay (1500 or so records).
For each row, I need to add the highest 3 values from the 10 columns to make a new total. Is there an easy formula I can add to the Pivot to do this?
View 9 Replies
View Related