Sums- 52 Tables In One Spreadsheet To Represent 52 Weeks

Feb 4, 2009

I have 52 tables in one spreadsheet to represent 52 weeks and have created another table to sum the weekly data but the sum function doesn't do it because of the amount of cells which need adding.

example: c3, c14, c24, c34, c44, c54 etc...

View 9 Replies


ADVERTISEMENT

Highlighting Alternate Weeks On Spreadsheet?

Dec 9, 2013

I would like to know how I could highlight Alternate Weeks on my Spreadsheet.

I am currently highlighting Weekends with Conditional Formatting. I need to change this to highlight alternating weeks Starting with the first Sunday to next Saturday, then skipping a Sunday-Sat and so on.

My Dates are in row C2:AH2 and days of the week C3:AH3.

I would like it to Highlight from row 2 to 52 on the appropriate days

View 9 Replies View Related

Archive The VALUES Of The Spreadsheet Every Two Weeks

Dec 10, 2008

I have a spread sheet that pulls data from several different locations.

I need to update this spreadsheet once every two weeks.

I need to archive the VALUES of the spreadsheet every two weeks.

I have a recorded macro that only seems to work from Personal.XLS Modules and I need it to work from the Workbook itself so that others can use it from the shared drive that it is posted on.

The workbook sheet names are DO7, DO8, DO9, Features, and Source Explanation, but I only need the first 3 listed to archive to the new folder. The range could be A1:J100 on each sheet if the entire sheet can't be copied.

I know there is a way to utilize temp files and would prefer to use that method instead of the kindergarten level of a macro that I have pasted below.

Sub AutoArchive()
YesNo = MsgBox("This will save the document and save an archive file. Do you wish to proceed?", vbYesNo + vbCritical, "WARNING: This document will self destruct in 10 seconds!")
Select Case YesNo
Case vbYes
'Insert code for "Yes"
ActiveWorkbook.Save
Sheets("DO7").Select
Range("A1:J100").Select.....................

View 9 Replies View Related

VLookup Two Tables In Spreadsheet

Jan 18, 2014

I have a spreadsheet with two tables in it. Table 1 contains some data consisting of two columns both populated with data (where 1 = a, 2 = b, 3 = c and so on) and table 2 consists of two columns one column contains data and initially (numbers) column two is blank. Now I need a VLOOKUP that will look at the second column (red letters in the example) in table one, and where the same value (number) appears in table 2 populate the corresponding letter.
I do not wish to use filters as the table is extremely large. I have attached an example

View 4 Replies View Related

One Spreadsheet Two Tables - Sync

Jun 24, 2014

Sync these two tables? the firs one is connected to a master sheet so when that master sheet is updated by entereing data, inserting rows or deleting them so is the table, the second table was created to hardcode data manually so it doesn't feed from the master. My problem is that if a row is inserted in the first table, the second table doesn't update that change. Is there any way to connect both?

View 2 Replies View Related

Creating Tables In Spreadsheet Won't Let To Insert New Row?

Apr 17, 2014

sample worksheet Antligen.xls

I have a spreadsheet that I need to add new rows everytime I have a new client. I a formula in the N column and a formula in the F column that I would like to automatically insert itself into the new rows.

The problem is this: I have arranged my table so that I can look at clients alphabetically, and according to other date... BUT now it wont let me insert a new row when I have a new client!!!

Is there anyway of keeping it so that I can insert a new row into my table, but preserve all of the formulas that I want automatically put into both the F and N column?

Attached is the sample spreadsheet.

View 1 Replies View Related

If Statements: Option Of Between 3 Weeks And 6 Weeks

Sep 7, 2009

i currently have a what if statement

=IF(B2>=NOW()-42,"< 6 wks","> 6 wks")

I need it to also give an option of between 3 wks and 6 weeks

Therefore all options are

3-6 WKs
< 3 WKs
> 6 WKs

I have mastered 2 but now need a 3rd.

View 7 Replies View Related

Formula To Represent Trendline And R2 Value

Dec 29, 2013

I have created a scatterplot with a trendline and I need a formula to represent the trendline so it can be applied to separate results. How I can create a formula and an R2 value?

View 1 Replies View Related

Bar Graph - Represent Sum Of Two Columns In One Bar

May 7, 2012

I have multiple columns with data and I want to represent them in a bar graph. The problem is that for some of them I want to represent the sum something like:

Columns A and B sum and represent (I don't want to make another column, C, with the sum, the sum of the two columns should be done by the graph).

View 1 Replies View Related

How To Represent Numeric Wildcard

Aug 21, 2009

In column A I have a sentence.

I would like column B to return TRUE if the sentence in column A contains any of the string below:

AAA¤
BBB¤
CCC¤
DDD¤
EEE¤
FFF¤
GGG¤
HHH¤
III¤
JJJ¤

Where ¤ is any number from 1 to 9.

Is there a formula to do this, preferably without having to list all the possible combination of the list e.g. AAA1, AAA2, AAA3, and so on?

View 9 Replies View Related

Letters To Represent Numbers

Jun 30, 2008

how to make letter represent numbers what i am trying to do. i am trying to put a sheet together to make my life easyer. i am a lectuer and need to keep trake of studes progress how this is done is that over the year they are graded my Pass Merit Distinction in using offic 2007 (Excel)and i was to make it so that if i put in a P it will =6 points ,M=12 points and D=18 points and for the total points to for each student to come up on the side after the units if there a rule for this and how would i put the rule into the sheet ?

View 3 Replies View Related

What Does Percentage Represent When Dimensioning Variable

Mar 6, 2014

I found the code snippet and I cant remember what it "means".

View 4 Replies View Related

Conditional Sum. Values Represent Numbers

Oct 8, 2007

The following percentages equal these numbers:

100% = 5
93-99% = 3
80-92% = 1
<80% = 0
From F5 to AR5 percentages scores will be inserted for each row.

So percentages scores for the first three entries (F5-H5) should yield the following result:

100% + 95% + 85% = 5 + 3 + 1 = 9

View 3 Replies View Related

Graph / Chart Represent Whether Or Not Cell Has Been Filled

May 14, 2014

I am making a spreadsheet that will be used to track employee time usage. I would like to be able to create a graph of the time throughout the day that shows only whether or not the employee has entered an activity during each particular time slot.

EX: The graph shows the time from 8-10am in 30 minute increments. The employee has entered activities for the time slots from 8-9 and 9:30-10. When the graph is created, I would like to see times 8-9 and 9:30-10 filled (or, charted, or, however I should phrase it) and time 9-9:30 left blank (to represent that no work was done).

View 3 Replies View Related

Represent Number Of Days Into A Scale For Statistics

Sep 30, 2008

I have a scenario where by Column A is date incident opened and Colum B is date incident closed.

And Column C shows the days between them. I got this and its fine. However, how do i
make a table or in any how define it as if the number is 1 - 3 days then it should be A

1-3 days = A
4-6 days = B
7-8 days = C
9 days onwards = D

This is because i need to make a chart and graph of the turn around time and the best is to define into a character alphabet so the chart will show the statistics of how many A, B, C and D But how do i do that.

View 9 Replies View Related

Five Digit Numbers That Represent A Persons Code

Dec 1, 2009

In one column (f5:F100) I have five digit numbers that represent a persons code. I have five groups of codes, they are 10000-15000, 16000-19000, 20000-25000, 26000-29000, and 30000-40000. In another column (Column H) I have an "X" saying the are qualified in something.

I am looking for how to write a statement that says answers this question:

How many people are qualified in the codes between 10000-15000.

Ultimately I am going to take this number and divide it by the total number of people in the group to get a percetage of qualified people in the group.

View 9 Replies View Related

Find Maximum. Some Values Are Represent By Text

Aug 8, 2007

I have a column of values the values can be "T", 0.00 ->any number to the nearest hundredth. I thought I had this problems solved a while back but after having time to do some quality control I found that anytime there is a value of "T" the macro does not work. I have had some great help with this in the past to get as far as I have but I still cannot seems to get it 100%. I have attached a sample file. The result that I would like to see is in the cell BH145 is "16,17,23" without the quotes of course.

When you open the worksheet you will see that the values of concern are precipitation values. These values are rounded to nearest hundredth. When there is a trace of precip however it is recorded as "T" therein lies the problem that I cannot seem to solve.

View 8 Replies View Related

Creating Chart To Represent Results On ANOVA Analysis

Oct 12, 2012

I am doing an ANOVA analysis of survey results for a set of products, and would like to present a chart to graphically represent the results.

View 1 Replies View Related

Learn Music Scales And Intervals By Using Numbers And Letters To Represent Notes?

Mar 13, 2014

IF key of C has notes CDEFGABCDEFGABC progression, then notes

1-2-3-4 : 2-3-4-5 : 3-4-5-6 will result in C D E F D E F G E F G A respectively

I want to create note patterns regardless of scale type: Major, minor, modal etc in each of 12 keys. Music software exists but simple EXCEL formulas should be available or easily created.

View 2 Replies View Related

Excel 2010 :: Creating Multiple Tables In VBA And Referring To Newly Created Tables?

Jul 1, 2013

Using Excel 2010. I'm writing a macro that sets up a workbook to be used for estimating at the beginning of a project. In the code I need to create multiple tables (formerly known as "lists") in the workbook. Then later in the code I need to refer back to those newly created tables. Currently, the code that creates the table is part of a loop that creates the table on many different worksheets. The problem of course, is that I have to name the Table, and then it won't create a table of the same name on the next sheet. Then, later in the code, I need to make adjustments to the table that was just created before looping to the next sheet.

Is there a way to create a table without giving it a constant name? Or by giving it a name that builds off of other info in the sheet? For example, I would be good with the naming the table after the sheet name: "Sheet1_Table" or such.

Code:
Sub Auto_Open()
'
Dim sht As Worksheet
If Range("A1") = 1 Then

[Code].....

View 2 Replies View Related

Sums

Feb 21, 2009

Deciding to try and get to grips with Excel for basic accounting, I'd just like to check some things before I start filling columns... Say in column D I have a list of names, and in column E I have a list of figures: John Smith £250 Harry Davis £350 John Smith £500 What would be the formula for finding all occurrences of John Smith, and adding up John Smith's figures to give a total? In the simple case above, the answer would be £750. Would it matter if there are any empty/blank rows in the list?

View 9 Replies View Related

Ifs Ands Sums

Feb 21, 2008

I have a list of tenants.
Column A is the building number
Column B is the Area in metres squared
Column C is the tenant name

What I want to do is sum the vacancy (in sqm) for each building.

Ie, look at column A and choose the rows relating to a particular building, whose number is in column D1

Then look just at those rows and select those tenants named as "vacant"

Then add the areas from column B of those vacant plots.

View 12 Replies View Related

Average Of Sums

Feb 17, 2010

In basic terms I have column A containing a list of dates, starting from 01/01/2005 and increasing by 1 day for each row, In column B I have the value for the day. These dates and values are still being used so the number of rows will increase day by day. I would like a formula to tell me the average total for January. So it would need to SUM each January before giving the average. I realise I could prob do this with a pivot table but if someone could give me a hint for a formula that would be great.

View 2 Replies View Related

How To Do 2 Sums In One Cell

Dec 10, 2013

I have a number in a cell, lets say its 900. I want to multiply this number by 12 and then divide that by 52.

So a calculator I would simply type in 900 x 12 / 52 = 207.7

On excel I tried:

=sum(a1*12) /12

and it didn't work....

View 2 Replies View Related

Refresh All The Sums

Feb 12, 2009

I am trying to create a macro that will sum the total number of 1's 2's 3's 4's 5's '6s in a range of cells d17:100 and return the number of 1s to cell a3 and number of two's to cell a4 and number of 3s to cell a5 and so forth.

I also need this to run each time any changes to any cell on that particular worksheet is made - sort of like 'refresh all the sums' type of thing.

I have been working on this spreadsheet for weeks and can't get past this part!

View 9 Replies View Related

Sums Starting Over After Zero

Feb 25, 2009

I need a formula that will help me sum a row of numbers but, if at anytime there is a zero it should give me zero and the sums should start over at 1.

View 9 Replies View Related

Using Sums In Macros

Jul 26, 2006

I made a budget for my project and have to include a macro. I wanted to have the macro pop up a box for the user to input the expense they wanted summed for the year (student loan, car payment, etc) and then have the macro sum the payments from each month. I couldn't figure out how to do the pop up box either, so figured I could just do multiple macros (20 or so) but then ran into the added difficulty of needing to only use one cell out of every four.

I have columns for budgeted, actual, monthly varience and year-to- date varience and only wanted to sum the actual.) I have read the thread about summing every nth, but trying it without the macro didn't give me the same answer as adding each on a calculator. Also, trying to record a macro of just adding cells didn't work (I figured it probably wouldn't, but I tried anyways.)

View 9 Replies View Related

Return Value Of Date Using Addition From 2 Columns That Represent Date And Number

Feb 21, 2014

I want to get a return value of date in column C whereas column A represent a date and column B represent a number. Simplest formula in excel is Column C (Feb 26, 2014)= Column A (Feb 21, 2014) + Column B (5). I want it to have in macro code.

View 14 Replies View Related

How Do I Put 2 Separate Sums Into 1 Cell?

Feb 2, 2009

I have a listing of numbers in different catagories such as the following:

Type A:
1

Type B:
2


Type C:
4

Total:
7

I want to be able to have a cell automatically calculate to say:
Type A:
"(1/7)"

Type B:
"(2/7)"

Type C:
"(4/7)"

with that exact formating.

View 8 Replies View Related

Insert Rows With Sums Using VBA?

Feb 12, 2013

create a macro that would insert three rows with the first row summing the values in the lower two rows in columns E to J. The third row will get a cell formatting of black fill. In addition I would like the three rows grouped with the sum row showing when the group is closed. When the macro is executed the rows will get inserted below the last row in the sheet that has a cell format fill of the color black.

There is data in rows below the last black filled row so the inserted rows will be between that data and the exiting black filled row.

Perhaps it would be useful to explain how the designer has set up this worksheet and how the users are utilizing it. After a group of rows is created or new groups added, to insert an additional row within an existing group the user selects the black filled row at the bottom of the group and inserts a new row. This would ensure the subtotal at the top row of the group captures the values in the new row because the sum formula includes the black filled row. The black filled row also serves as a separator for each group. How to improve the design and function but the creator and users are not so open.

View 1 Replies View Related







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