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


ADVERTISEMENT

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

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

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 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

Cell To Show A Zero If There Is No Information In Cells

Apr 29, 2009

=IF((C13>E13)*AND(B15>D15),0,1)*OR((E13>C13)*AND(D15>B15),0,1)

This function seems to work well, however there is one thing I want to add to it somehow, and I can't seem to make it work. I want the cell to show a zero if there is no information in cells C13 and/or E13.

View 9 Replies View Related

Userform Data (allows Input Of Information And Then Deposits The Information On A Specific Sheet)

Feb 11, 2010

I have created a userform that allows input of information and then deposits the information on a specific sheet. I am looking for a way to have that information not only deposited on the specific sheet it is already set to but also to another sheet based on a selection made from a combo box.

here is my current

View 5 Replies View Related

Certain Dropdown Items Filling Different Information Into Cells?

Oct 25, 2012

Wasn't sure what the easy way to do this is. I'm trying to have a drop down menu where choosing a certain item triggers specific information to fill multiple cells. For instance, choosing Work Contacts in a drop down menu brings up four different people's names in cells B43-46 and their phone number in C43-46 and email in D43-46. Choosing another item for instance, Personal Contacts, would reveal a different set of four names and information.

View 2 Replies View Related

Autofill Cells With Information Contained In Other Sheet

Feb 9, 2014

I have a workbook with two sheets. The first one, let's call it the Main sheet, will be used to keep track of the touring artists of a record label. The second sheet contains a list of show venues with their respective contact info. Here's what the two sheets look like :

Main sheet
mainsheet.jpg

List of contacts
listofcontacts.jpg

What I would like is row D of the Main sheet to autofill, according to the contact information contained in row B of the List of contacts, when I enter a venue name in row C of the Main Sheet.

View 3 Replies View Related

Distributing Information From One Cell Into Multiple Cells?

Apr 22, 2009

I imported a CSV file into Excel, and the data from the CSV file all ligned up into one column. For example: I have (date, price) both in one column. I need to separate these values into two respective columns.

View 2 Replies View Related

Sorting Information With Color Cells In 2003

Nov 25, 2009

I am using Microsoft Excel 2003. I put color in my cells to show contrast with the information in my data list. I used blue and white for my cell colors. When I used sort to put my information in alphabetical order it did not only rearrange the information, it also rearranged the colored cells. My orginal pattern (before using sort) was blue, white, blue, white, blue, white. After I used sort, the pattern was changed to white, white, blue, white, blue, blue. Is there any way I can use sort to arrange my information only in alphabetical order, using sort, without rearranging the color of the cells?

View 5 Replies View Related

Extracting Data: Extract Information From A Given Set Of Cells

Dec 4, 2009

I am trying to write a formula which will extract information from a given set of cells. The information format is

XXXX-YYYYY-ZZZZ

What I need to do is pull out the information which precedes the second. so in the above the answer would be XXXX-YYYY. I was thinking of using a mid or left, right formula till I discovered that the # of characters for X, Y and Z can be any length ie they could be

X-YYYY-ZZZZ
XXXX-Y-
XX-YYYY-ZZZZZ

So the formula needs to find the second dash (-) and extract information prior to it.

View 2 Replies View Related

Fill In Cells Automatically With Information From A Website?

Nov 8, 2013

I'm wondering if it is possible to make a table where I can just enter the reference number and excel can fill up the remaining cells with data specific to the reference number from a website. What I mean is that I would like to put in company registration number and hopefully it will be able to pull in other data from companies house website about the company.

View 2 Replies View Related

Split Information In One Cell To Multiple Cells?

Jan 13, 2014

I am receiving a new report from an external system. Unfortunate the system delivers many information within one cell, and it is not possible to reconfigure. These information are separate by a semi-colon or a semi-colon + space. separate the information in separate cells?

View 1 Replies View Related

Associate The Information In The Subsequent Cells To A Corresponding Sector

Jan 19, 2009

I have a spreadsheet that has "Branch" Information starting below the heading in Cell C6.

I want to associate the information in the subsequent cells to a corresponding Sector that will be populated in column B6 onwards.

Example:

If the cell Cx has IMTB in it, then cell Bx will be Ops.

There are 6 Main Sectors - (CS, CSM, DM, CBSA, OPS, SPP) that need to be populated into Column B based upon one of the multiple possible Branches that are in Column C. the branch will fall under any ONE of the Sectors.

Essentially, I need to run a loop through, while statement, or something that will generate a true or a false for the entire column and then populate the empty column.

View 9 Replies View Related

Typing In Information Into Cells Macro Is Running

Jul 26, 2006

I need to create a simple stopwatch program to store the times and write details concerning each time. I got the stopwatch to work, but everytime i try to enter a cell to write in information(while the stopwatch is counting up), the stopwatch stops counting.

Is there any way to enter data while the stopwatch/macro is running?

View 3 Replies View Related

All Information In One Cell Instead Of Multiple Cells - Sorting Dataset

Oct 17, 2013

I downloaded a massive dataset in .csv format to work with. My first problem is that I'm having trouble sorting the dataset. When I open the .csv-file every bit of information comes up in the A-column instead of having INFORMATION1 in the A-column INFORMATION2 in the B-column and so on.

View 1 Replies View Related

Copying Information To Multiple Cells And Updating Lists

Apr 29, 2009

ive had to retype this so please bear with me. ive utilised the resources of this site before but ive come to the time where i need to ask a question of my own.

now i will refer to my attached document as what im trying to achieve.

my project is to create membership cards for our social club at work, out of a list of people we have on our manifest.

If you refer to column A, this is where i will dump the manifest of members as time progresses (keeping in mind that more names will be added to this list as it goes).

What i am hoping to achieve, is to start at Cell A2 (highlighted in yellow). For the example the membership name is "a". i want to hit the macro button and the following will occur.

1. data "a" from Cell A2 will be copied to B2 (highlighted in green) and G6 (highlighted in blue). This moves the name from being on the unregistered list over to a membership card and to the registered list, which allows me to cross check that im not doubling up on names with new applicants and current members.

2. once this occurs, i was cell A2 to delete and cell A3 to be moved up, so now, cell A3's data "b" (highlighted in orange) will be moved to A2.

3. a similar process as point 1 will now occur, where A2 will be moved to the highest empty cell in Column B, which would be B3 now. It will also copy to G18 into the 2nd membership card.

4. this process occurs until column A is empty in A2.

5. i wish to really only have an A4 page worth of membership cards before i print, so i wish to be able to "reset" the membership card boxes, so that instead of the membership cards continuing all the way down the worksheet, it will do say 12, then print, then start back in the 1st box. Ideally this is a loop so that it occurs until there are no more names in Column A.

This is a huge feet for me as an idea because ive never gone beyond using basic recorded macros, however im the type who just HAS to learn how to do stuff, so i will lap up any information or assistance i can recieve from anyone here.

View 11 Replies View Related

Filling Cells Based On Previous Row Information (text)

Mar 22, 2012

I have a column of data (Column T) which has about 10 different words in it (varieties of fruit). What I want to achieve is based on the data in column T I want to fill Column U with information, let me put it in an example.

Column T has the following words in 2000 rows. Thompson, Crimson, Sable, Superior, Midnight, Ralli.

If Cell T4 for example has 'Thompson' or 'Superior' I want cell U4 to say 'white', but if cell T4 has 'Crimson' or 'Ralli' I want it to say 'Red'. If it has Midnight I want it to say 'black'.

I think this can be done using a vlookup maybe? I don't have to go down 2000 rows to fill this information in.

View 4 Replies View Related

Automatically Filling In Cells Based On Information From Another Sheet

Apr 1, 2013

I want to make things easier for myself when filling in my worksheets by having certain cells autofill based on a product number.

So I have my main worksheet and I have my product information sheet. When I type in the product number in cell 13C, I want it to auto fill cell 13B with the product name which is located in collumn A on the product info sheet, but dependent upon that product number. Collumn B in my product info sheet has all of the product numbers. From there I would need 13G on my main worksheet to fill in with Collumn D from the product sheet, but again dependent upon that product number.

There are more that need to fill yet, but I can figure out what to do once I have a starting point with the above I believe.

View 8 Replies View Related

Information To Enter The Tables And Then Automatically Move Into The Next Available Cells Below

Sep 23, 2008

I am trying to use visual basic editor in excel. I have all ready set up my user form where information can be entered, but I ave having trouble getting the information that is entered in the user form into the correct cells in excel.

I am wanting my information to enter the tables and then automatically move into the next available cells below.

Private Sub cmdadd_Click()
Dim iRow As Long
Dim ws As Worksheet
Set ws = Worksheets("details of cars in stock")
iRow = ws.Cells(Rows.Count, 1) _
.End(xlUp).Offset(1, 0).Row
If Trim(Me.txtreg.Value) = "" Then
Me.txtreg.SetFocus
MsgBox "please enter a registraion number"
Exit Sub
End If
ws.Cells(iRow, 1).Value = Me.txtreg.Value
Me.txtreg.Value = ""

View 9 Replies View Related

Total Values In Cells To The Right Of Certain Information From A Range In 90 Sheets

Aug 21, 2009

I have a blank sheet and need to total values in cells to the right of certain information from a range in 90 sheets in other workbooks contained within the same folder.

for example the range is O13:AX500

the first text to search would be "P1", that could be found several times within the range in each workbook with the sheet named "plant"

The value to total would be found in the 2nd cell to its right, ie "P1" in cell O13 then value "£290" in Q13 ::: "P1" in cell X365 then value "£100" in Z365 and so on throughout all 90 workbooks.

The total of the referenced values would then be placed in say B1....

I have around 500 reference codes to total throughout the 90 workbooks so maybe having a list of the text reference down column A may help the process.

Is it possible and can anyone please help with the code to look at a piece of text in new sheet with cell A1 to A500 containing "P1 to P500" and then total all values in the cell 2 to the right in every workbook and place the total in new sheet cell B1 to B500

View 10 Replies View Related







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