Pulling Information From Different Cells

Feb 10, 2009

My goal is to create a pair of validation lists. The first will allow you to select what craft you are using (i.e. Alchemy). That will bring up the second list which will allow you select what recipe you are using (i.e. Black Ink). From here, I want the spreadsheet to automatically fill out what ingredients are in the recipe, the skill levels needed to complete the recipe at 100% success, and what the yield is each time successfully complete the craft.

The first part is easy, using the INDIRECT function to pull up a second list from the first. I have no idea how to make the other cells fill out, or even how to structure the data to make it accessible.

View 5 Replies


ADVERTISEMENT

Pulling Information From One Spreadsheet To Another

May 27, 2009

i have this spreadsheet that has 2 tabs titled "master" and "unique". "master" has a list of ingredients (8 each), a number associated with it and a store number associated with it. for example (basil-136-r5). now, each store number has a different number associated to the ingredient. for example (basil-136-r5, basil-235-r6). on the "unique" tab/spreadsheet, im supposed to create a formula that calculates the number of times (ex: basil) is used and what number is associated with it to the store number. here is a pic:

<img src="http://img.photobucket.com/albums/v105/SeaDonkey/pic1.jpg">

View 3 Replies View Related

Pulling Information From Other Worksheets

Sep 3, 2009

I have a worksheet that lists all employees (past and present) (Worksheet A). I have another worksheet that I am sent from our training department that lists monthly test scores (Worksheet B). The worksheet containing the test scores only contains current employees, and the employee list changes from month to month.

Is there any way to have Worksheet A match up employee John Q. Public with the row for John Q. Public's in Worksheet B? I would like to be able to import the test scores automatically regardless of which row the employee in on in Worksheet B.

View 2 Replies View Related

Pulling Information From One Sheet To Another

Dec 5, 2013

I have created my main spreadsheet in a form format - one form per student in a row downwards (30 students) and then a row for each of 4 terms.

On a separate sheet I want to pull particular entries. I have done this for Term 1 and can continue and do Terms 2 - 4. However, I have to wonder if there is not an easier way. If not, then I'm good to continue - just takes a couple of hours to create the second sheet section for each term.

View 3 Replies View Related

Pulling Information From 1 Worksheet To Another?

Apr 11, 2013

I am trying to create a simple ticketing system, just using the excel with no other PL.

I am trying to transfer the other in formation that I have create from 1 worksheet to another. If I input a particular number that I assigned I want that the other info along side with that number will automatically transfer to another worksheet.

View 4 Replies View Related

Pulling Information From A Spreadsheet

Jan 5, 2009

Hi folks, I got great help just now on the first part of this project and am hoping to get lucky again. I attached a workbook. This is traffic count data. I need help pulling information from spreadsheet named HourTotals.

The data is in cells H2:AE366, it is 24 hours wide by 360 days long. I need to search that range for the highest number and in addition to the number get the corresponding date from the date_ column and the hour from the corresponding hr_X column and paste that information into another spreadsheet and repeat that process for say 500 values.

View 14 Replies View Related

Pulling Information From Worksheet

Aug 20, 2009

This is a simple question but I just cant get the right format. I have a userform which saves info entered into the form into a worksheet. I have one cell in anoth worksheet (sheet2) which I would like include in the info from the form.

I already have the column entered in the database I am now trying to figure out how to include this in the save.

I would need to identify this cell in my VBA.

DIM "cell" as ?

View 4 Replies View Related

Pulling Information For Comments

Mar 9, 2007

Take a work book, In one spread sheet you have data containing information about a user in the cells going across. In Sheet 2 I need to pull certain information into a comment section belonging to that user. Is there a way to do this?

View 9 Replies View Related

Pulling Information From Two Sheets In Same Cell?

Apr 1, 2014

I am trying to tie two worksheets together. If text found in one cell in sheet1, make the same cell on sheet2 different color.*

There is a catch... no formula can occupy the cell in sheet2.*

My question is, is there a way of have a formula in completely different cell that will eventually fill the cell on sheet2 with proper information?

To explain a little better, I am trying to tie the sheets together, same cells and everything so when information gets put inside the cell on sheet1 the same cell on sheet2 will change color or display different information, and vice versa. That is the reason no formulas can occupy those cells.

View 5 Replies View Related

Pulling Email Information From Outlook?

Apr 12, 2012

Is it possible to pull the subject and from information from the folder "ESITS" in my Outlook email into an excel spread sheet?

View 1 Replies View Related

Pulling Information From Master Sheet Onto Subsheets Automatically

Mar 27, 2009

i'm have a master spreadsheet of contact details and categories. i want to be able to pull contact information onto other sheets within the same workbook, based on category. example attached.

View 5 Replies View Related

Pulling Information From A Column Based On Information In A Second Column?

Jan 27, 2014

Imagine I have 2 columns of information that look like this:

Column A
Column B

AS
Dog

AS
Cat

AS
Hamster

FT
Fish

These are my key columns. The letters are initials of people and the animals are the pets they're responsible for.

Now, I have 3 more columns that look like this:

Column D
Column E
Column F

These columns can go on for hundreds of rows.

What I want to do is pull out the information from columns D, E and F where the initials and pet match those in the key list, then paste that elsewhere (say to columns J, K and L).

So, for instance, the first entry would be copied across because, according to the key list, AS is responsible for a Dog, but the bottom entry for AS wouldn't because he was looking after a fish, and that pet isn't listed as one of his animals in the key list (Fish is listed alongside FT). Likewise, the entry for AH wouldn't come across because AH doesn't appear on the key list at all.

View 1 Replies View Related

Pulling Information In Seperate Sheet Based On Data In Current Sheet

Jun 1, 2009

I've got a bit of a quandary here that my novice programming skills can't seem to solve.

Here is the scenario. I work for a photographic library. We have a spreadsheet that contains 5 or so columns, and a couple of thousand rows. Essentially each row contains an imagine code (the number we use to file away the imagine, ie. US_NY_NYC_1 ) in the first cell, and the image information in the following cells (ie metadata, keywords, photographer, date, etc).

so a typical row would look as follows:

Filename | Keywords | Photographer | Metadata | Location |

all the keyword, photographer, metadata, and location information can only be tied to the one image code whose cell begins the row.

Now, here is my dilemma. This sheet (lets call it the master sheet) contains all the images we have in a given batch. However, when a client orders images, we will send them most images in that batch, but not all, and we may send a few additional. So I have a separate sheet that contains only those image codes that the client requested. What I need to do is essentially take a code from the second sheet, find that same code in the master sheet, and copy over all the cells associated with that code's row. If the number does not exist in the master sheet, simply leave that row with only the code in the first cell, and the rest blank, and move on.

so for example, in my second sheet lets say I have the following A_B_C . I would like for excel to find that same code in the master sheet, and then copy over the metadata, photographer, date, etc, associated with that code, and paste it into the second sheet, so that that row in the second sheet now looks identical to the row with the same image code in the master sheet . If A_B_C does not exist in the master spreadsheet, then I would like excel to simply leave that code in its own row, leave the rest of the row blank, and move on to the next code.

View 12 Replies View Related

Pulling Specific Text Within Text In Which Information Is Typed Differently?

Aug 2, 2014

I am trying to pull titles out of a text string but its quite difficult because of how the data was originally inputted. I need titles that appear in the following different formats

" title"
title/
title"

These titles were not inputted consistently and it could show up in the middle or at the beginning. I have attached a sample of the data that i am working with and a sample formula that i was trying to use to obtain my information. The formula that i have is a nested formula of find and mid formula that searches for the text within " ".

View 5 Replies View Related

Linking Cells In Vba Instead Of Pulling The Value?

Jul 10, 2014

I have a VBA code that pulls a value from a single cell on a separate tab. Instead of just pulling the value (ex. 3.44589348) is there a way to have it pull the value as a link to the other tab? It still would display the number but if you click on the cell it would display =Sheet2!A1 (for example).

View 4 Replies View Related

Pulling Data From Cells Into A Matrix?

Jun 22, 2013

In VBA I'm trying to grab numbers from a cell range (ie: A1:A10), and save them to a matrix or variable. I will later need to grab additional numbers and add it to that matrix. I have experimented several different ways, but belows demonstrates what I'm trying to do:

VB:
my_data = Range("A1:A10").Value
my_data = my_data&Range("B1:B10").Value

View 2 Replies View Related

Pulling Data Associated With Countif Cells

May 14, 2014

I am tracking 3 different payment types, and the employee, customer and dollar amount for the transactions that can not be verified. All of this data is then transferred over the the "Summary" sheet. I found the Countif formula that will tell me how many times an employee names appears on the sheet, but I was wondering if it were possible to also calculate the dollar amount associated with those transactions.

I have attached the spreadsheet to better explain what I am talking about, but below is a very small example. I do not want to calculate the info on this page, but rather add another 2 cells next to where the number of unclaimed and the % of unclaimed are calculated on the "Summary" sheet. Sample spreadsheet2.xlsx

A B C D
1 Date EmployeeCustomer $
2 1-Jan MonicaJohn Doe $65.00
3 2-Jan AshleyJane Doe $85.00
4 3-Jan MonicaJustin Doe $15.00
5 4-Jan MonicaJessica Doe $135.00
6 5-Jan AshleyJeremy Doe $100.00
7 6-Jan CheriJustine Doe $50.00
8 7-Jan CheriJace Doe $450.00
9 8-Jan JudyJackie Doe $50.00
10 9-Jan MonicaJake Doe $65.00
11 10-Jan JudyJennifer Doe$85.00

View 11 Replies View Related

Pulling Data From Previous Cells When Entering Repeated Name

Oct 12, 2012

Margo
12/12/86
188478007
7/19/12
801
Anthem BC/BS

Margo
12/12/86
188478007
7/31/12
806
Anthem BC/BS

[Code] .......

I have this info on my excel spreadsheet plus 500 more lines. What I am looking for is if a name repeats then the info in column 2, 3, 5 and 6 for that name needs to be brought to new row. Example would be if I used the name karen on the next row then I would like her info from the desired cells to auto populate so I don't have to keep entering them and so on with new and old names. I have been trying to get this done for months know and have had no luck. My sheet already has over 500 lines of names and it would be nice if I could use the data from the past as well as the future to populate these cells.

View 5 Replies View Related

Protecting Cells In A Range, If Cells Contain Information

Dec 2, 2008

I have users filling in data in columns C and D, I need a macro which will select everything entered and lock those cells - well the catch is, if both columns have data. If column C or D are empty I need that row to remain unlocked. No sorting can occur as well.

View 2 Replies View Related

Same Information In Different Cells?

Oct 29, 2007

I would like to know how i get excel to put information from say I7 into I94. i want it to be exactly the same information - and its not always a number. It could be a number, or text or a date?

View 2 Replies View Related

Extracting Information From Cells?

Apr 23, 2014

I'm trying to extract information from a cell that I cut and paste from another source:

09/02/2014-12/11/2014 Lecture Tuesday, Thursday 08:00AM - 09:15AM, Nichols Engineering Hall, Room 441

Each cell is different in that it may be a different day or time:

09/02/2014-12/11/2014 Lecture Tuesday, Thursday 08:00AM - 09:15AM, Nichols Engineering Hall, Room 434

I want to make a formula that will extract the pertinent information (day of the week and time), and store it to another 2 cells, making a list as it "extracts":

Day
Time

Tuesday
8:00 - 9:15

Thursday
8:00 - 9:15

View 8 Replies View Related

Separating Information In Cells

Aug 6, 2007

I have rows of cells with the following information..

Row 1, Column 1: Address City/State
Example: 111 Old Creek Road Stanton, VA 25523

Is there any way to separate the Address and the City/State? I would much rather the spreadsheet be in the following format.

Row 1, Column 1: Address
Row 1, Column 2: City/State

or ..

Row 1, Column 1: 111 Old Creek Road
Row 1, Column 2: Stanton, VA 25523

I'm just wondering if there's a fast way to do this, or if I have to go in and do it manually - the reason i'm looking for a faster way to do this is because I have approximately 3000 rows to do it to. :shrugs:

View 9 Replies View Related

Using Part Of Information In Cells

Mar 13, 2014

Can I use part of the data in a column of cells to sum data in a column.

E.g. I want to sum valves in Column V that match the Data in Column T by using the following cells CB 1A1x, CB 1A2x, CB 1a3x CB 1A5, etc etc CB 1B3x...... to obtain the totals

For CB 1A1, CB 1A2, CB 1A3 etc etc.

Capture.JPG

View 10 Replies View Related

Column Information To Cells In Row

Feb 25, 2009

I have column A full of test numbers, and column D is revisions the tests show up in (4 different versions). I would bring this spreadsheet down from 1800 rows to around 500 rows by making the info on D appear on one line in columns E,F,G,H, rather than four rows.

Example:
This
_A__|__B__|__C__|__D__|
1001|_____|_____|v1.0
1002|_____|_____|v1.0
1002|_____|_____|v1.1
1002|_____|_____|v2.0
1003|_____|_____|v1.0
1003|_____|_____|v1.1
1004|_____|_____|v1.1
1005|_____|_____|v1.0
1005|_____|_____|v1.1
1005|_____|_____|v2.0
1005|_____|_____|v2.1...................

View 5 Replies View Related

Extracting Certain Information From Cells

Jan 31, 2006

I am trying to extract only partial information from a cell that contains
mutliple entries without seperator. Ie I want to get 3rd reference from
cell containing abcde(I want to extract onto another sheet the "c" and only
the "c")

View 9 Replies View Related

Returning Two Cells Of Information If

Jun 28, 2007

Joe Cheddar 1 2 1
Juan Valdez 1 3 2
Sam Vidal 1 1 2
Betty Juno 2 4 2

...there is only one "1" in a column. So if column 1 has three ones it doesn't return anything. Columns 2 and 3 though have only one occurance of "1." What I need returned is for column two, "Sam Vidal", and for column three, "Joe Cheddar." Column one would show "No Winner"

View 13 Replies View Related

Filling In Information In Blank Cells

Dec 18, 2008

I have a sheet that has been created with a pivott table, and as such has a lot of blank cells in the description column, and I want to do a little macro to fill all of these. Basically, what I was thinking, was that the macro finds the last cell with data in it in column A. Then it moves up one cell and checks if its empty. If it is empty, then it copies the information from the cell immediatly below then moves up one and does it all again. If it is not empty then it just moves up one cell and does it all again.

View 3 Replies View Related

Check Selected Cells For Information

Sep 8, 2009

I have the following code in a macro of mine which checks each cell has something entered and if not gives the message box.

View 5 Replies View Related

Get Information In Next Two Cells Over From Left Most Cell

Mar 15, 2013

My question requires me to do a Vlookup question that needs to get the information in the next two cells over from the left most cell. In short I need to put info from two different cells from the same row and look up value into one cell.

View 2 Replies View Related

CELLS() - Fish Information From One Worksheet To Another

Oct 8, 2008

I'm trying to fish information from one worksheet to another.... Here's my sub, what's my SUBcranial problem?

Private Sub bt_PopulatePage_Click()
' Inventory Data Transfer to Report Structured Page
Sheets("Liquor Data").Select 'Switch to Liquor Data Sheet
Dim x 'Line Numbers x = Liquor Data Line

For x = 2 To Last_Row("B") 'Start at the first Liquor Entry Line
Sheets("Liquor Data").Select
t_liq = Cells(x, 2) ' Liquor Name in Starting in B,2
t_Class = Cells(x, 4) ' Class starting in B,4
t_type = Cells(x, 5) ' Type Starting in B,5
t_dist = Cells(x, 8) ' Distributor Starting in B,8
Sheets("Inventory Form").Select 'Select Inventory Page
Cells(x + 7, 1) = t_liq
Cells(x + 7, 2) = t_Class
Cells(x + 7, 3) = t_type
Cells(x + 7, 4) = t_dist

Next x
End Sub

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved