I am having some trouble setting up an excel spreadsheet. I dont know alot about this kind of thing so if it comes out confusing i apologise.
what i need to do is the following:
1. I need to have a cell which holds a range of data for example between 7.5 and 7.99, then the next cell 8.0-8.49 etc. How would I go about doing this?
2. I then have 2 tables side by side. on the first table i want to be able to write a number in, say 7.6, and once i enter this number i need in the second table for it to have sorted which of the above fields it fits into. I know you can have colours for each field, and that is the way i would identify which data range it fell into.
It works to add a new row to an existing table and adding data. This doesn't work for me because i need the tables to stay a certain number of rows, probably about 10. I need it to add data to the first blank row of the table instead.
I have a userform with a textbox that has numbers in it, but when I write them to Excel they are put in the column as text, not as numbers.
[/CODE]Cells(erow,6).Value = txtbox_Amount[CODE]
How can I force it to write the information as numbers?
P.S. My computer won't let me paste into these posts, even when it asks me to allow access to my clipboard. What setting can I change so I can paste my code instead of typing it.
I have a base of workers which log each day their activities in hours (D01-D11). I would like a macro to sum total hours of each project (project numbers are from 320-516) and put it into the table on the left.
For example: For PERSON 1, I want that the cell I60 writes 10, and cell I74 = 6. For worker 2 (PERSON 2) would be AK60 = 3,5; AK67 = 8 and AK74 = 8.
I have a base of workers which log each day their activities in hours (D01-D11). I would like a macro to sum total hours of each project (project numbers are from 320-1500) and put it into the table on the left.
For example: For PERSON 1, I want that the cell I60 writes 10, and cell I74 = 6. For worker 2 (PERSON 2) would be AK60 = 3,5; AK67 = 8 and AK74 = 8.
I'm doing the website for my company and things have to be entered into the site via spreadsheets. I have a list of numbers
e.g. 3652, 2845, 50925, 4809, 18392
that need to have the spaces removed in order for them to work.
e.g. 3652,2845,50925,4809,18392
There are over 500 cells with multiple numbers in each, so I don't want to do it one at a time, and rightly so, because Excel keeps changing the format and giving me something like
I am working on a spreadsheet and I want to enter a number from a table and have the associated values from the table transfer with the number into my spreadsheet. What functions and formulas should I use? (Below is the Table, the PTM# is the one I would query for.)
X L/R Y PTM# 0.54R0.5820 0.82R0.5021 0.66R0.7322 0.06L0.2723 0.03R0.1324 0.55R0.2925
I'm trying to create an audit log worksheet on the different steps taken to resolve a problem e.g
1 fill kettle with water 2 plug kettle in
etc, etc.
What I would like is for each new row to be entered the number of row is automatically displayed and for the contents of this row to be either in a different coloured font or have a coloured pattern.
I would also like that at the end of each row completed a command button is pressed to return the cursor to the new row and provide the above. Ideally, the row just completed should return back to a normal coloured font or have the pattern removed. I presume this would require nested if statements within the command button but unfortunately its far too complicated for my excel skills.
I created a pivot table, but having a bit of difficulty. Here is what it tells me to do....
"...pivot tablet that calculates the number and average salaries by position."
I had no problem included in the table the average salaries by position, however I can't figure out how to calculate the number as well. It's apparently supposed to be another column since the instructions tell me to change the label above 'count' to 'number'.
Whenever I make one with numbers, I get formatting for a number as below
1234567.78(no commas and 2 decimal places)
I normally want the formatting as 1,234,568 (comma inserted, no decimals,), (the last digit is changed just becasue of round off, other wise number in both cases is same).
Now I can double click the field, goto number--> number and then apply this formatting.
My question is whether there is a setting in excel somewhere so that this formatting will come as default (after I create the pivot table each time)?
which function to use to find the row number of a value for interpolation.If I have a table of 5rows and 5 cols, how to find those rows of those 2 numbers between which my interpolation should be done.
X Y 2.2 3.45 2.9 4.56 3.3 6.2 3.7 7 4 8.1
Now I want to interpolate for 3.1. So how to find the row numbers of 2.9 and 3.3
Im trying to use VBA to copy old entries from a table on one sheet, to a history table on another sheet once they have been there for two weeks.
That much has been accomplished. However, I would also like the old entries to be removed from the original table.
Each entry is numbered using the following method:
If text is entered into the second column in a row, excel takes the number of the entry before that, adds 1 and places this number in a column outside of the table. The first column of each row then references this number. This way your entry is numbered as soon as you type it in. The reason I referenced outside the table and did not type the formula in the first column directly is because when I did and excel deleted a row through visual basic it messed up the rest of the table. Referencing outside fixes that problem, but there is another.
I have several columns for conditional formatting to the right of my table, full of 1s and 0s. When a row gets deleted in the table, all remaining rows shift up but continue to conditionally format based on the cells they were originally along side of. The problem is, those cells recalculate for the row in the table that is now along side of it.
Is there any way I could make the formulas in those columns evaluate only once and to not re-evaluate once something has moved?
I have 3 columns of data "Store", "Week" and "Cust" and use the code below to ensure that it was always 150 consecutive rows long regardless of whether any data is in the row.
This is fine if I just have one week to sort, but I find I now have 52 weeks of data and each week could have a different number of stores. I just need the macro below to run each time a new week starts. I can easily put a space (or something else) at the start of each new week so that a " loop" can check for it.
For i = 1 To 150 If ActiveSheet. Cells(i, 1).Value <> i Then ActiveSheet.Rows(i).Insert End If Next
How do I automatically generate an Entry Number for each entry in a table?
I have a sheet to build up a database of information and a Userform for the data to be input through. Each time the user selects to create a new entry with the userform I'd like to be able to automatically provide a number (i.e. Entry 1 of 12) in the Entry Number field which will then be transfered back to the sheet.
In addition, if an entry is deleted from the sheet the entry numbers beneath the deleted entry will need to update.
Does anyone know the VB syntax for obtaining a table name or number on an existing worksheet? I'm using Excel 2007 and have a worksheet that is one large table. I have a macro which copies the worksheet to a new sheet, converts the table to a range and then edits out the elements I don't require (my macro won't strip out information I don't require if it's still a table, which is why it's converted to a range). However, every time I copy the sheet, the table number increments by one.
For example: Unitlist is the original table name. When I copy the worksheet, the table on the copied sheet becomes Unitlist1. If I delete the sheet and copy it again, the table becomes Unitlist2 etc. etc. In order to get around this, I need to be able to reference the name of the table on the copied sheet and then use that reference to convert the table to a range. I can convert the table to a range using:
ActiveSheet.ListObjects("Unitlist1").Unlist
However, I need an automated way to obtain the table name. I've attached a copy of my macro for further reference.
Sub CopySheetDeleteData() Dim c As Range Dim i As Long With Application .Calculation = xlCalculationManual . ScreenUpdating = False Sheets("Units").Copy After:=Sheets("Units") ' rename the sheet Sheets("Units (2)").Name = "ExportUnits"......................
I've got a problem which I'd like to do without using VBA if possible. I have 2 rows, one with text and one with numbers. I need to go through all the text, find the text that matches and add the number in that row.
That's very poorly explained so I've given an example below:
I have a list of items that I am preparing to upload to an access database. The list is quite lengthy and has required a lot of manual corrections to get it prepared for upload. It also has several columns that are not needed in the access database, but that I used to make sure that all of my data was ready. What I'd like to do is create a new table that will have the same structure as the table in my access database and upload the portion of data that I have ready now so that I can do some further development using actual data. In order to do this I need to extract the ID Numbers (column B values) of the records that are marked "True" in the "Ready" column (column G Values) and deposit them in the new table. I only want to copy over the ID Numbers as the additional fields will be populated with match / index lookups from a third table that I have on another worksheet.
I'm new to using VBA and have been recording macros and then trying to edit them where I need to and using Google to get the answers that I need, however I have hit a snag when I create a pivot table using my current macro.
The data sheet that I am creating my Pivot Table from will always have a different number of rows from week to week, but I am unsure of how to code this into my macro. When I recorded this, I used the range A1:S10000, which gives me (Blank) as the last row in my pivot table. change my code so that it only selects the data rows to stop these blanks appearing?
Code:
'Pivot Table DATA Tab to show Call Out Times for all Centres in file ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatabase, SourceData:= _ "DATA!R1C1:R10000C19").CreatePivotTable TableDestination:= _ "PIVOT!R3C1", TableName:="PivotTable1", DefaultVersion:= _
I have a pivot table & want use the following to convert the cell from number to text under the Format Cell -> Custom. If I just type in [=1]"COA Denied";[=2]"Deferred to Future Class"; .... it works
However, I add more condition after , it won't work
[=1]"COA Denied";[=2]"Deferred to Future Class";[=3]"Offer Accepted - Confirmed";[=4]"Offer Declined";[=5]"Offer Waitlist Position";[=6]"Student Withdrawal Post Interview";[=7]"Waitlist Declined";