Sum For Columns Containing Percentage & Date
May 25, 2009
I have a column in a spreadsheet that I enter a percentage complete, or a completion date in, beside it I have a column that shows "diameter inches" I am looking for a formula that will multiply the percentage in the first column by the inches in the second column, and give me a total at the bottom of the page. The problem is that when there is a date entered, I need it to be considered 100% and add the full amount of the corresponding cell to the total.
View 9 Replies
ADVERTISEMENT
Aug 4, 2007
I have a weekly worksheet that my office uses to track order issues. Column H has only 4 possible entries. They are:
Multiple Orders
No Order In System
Credit Info Incorrect
Other
What I need is a formula to keep a running percentage of these 4 entries. Example: Next week, there are 10 errors entered. 3 are Multiple Orders, 2 are No Order in System, 3 are Credit Info Incorrect, and 2 are Other.
I need to get the total # of errors entered and the percentage of each. So in this week, I would need the formula to realize we have 10 total entries with 30% Multiple Orders, 20% Order in System, 30% Credit Info Incorrect, and 20% other.
View 5 Replies
View Related
Feb 5, 2013
I want to track a friendly competition of squash games with a friend.
player1
player2
January
[Code].....
I have a simple column chart showing the progress of each month but I'd like a 13th pair of bars showing the percentage, with the percentage scale on the secondary axis. Do I have to choose the percentage cells as a separate series?
View 8 Replies
View Related
Sep 27, 2006
I have a spreadsheet which has a number of columns populated with a day number and below each day number there are some numbers. What I would like to do is to compare the values for Day1 with Day2, Day 2 with Day 3 etc. Is there a smart way to do this using VBA? I am enclosing an example to show what I would like the macro to do.
View 8 Replies
View Related
May 14, 2014
why it works (but it obviously does). I crabbed off the sheet, modified it with my data and the percentages calculate reliably.
What I can't figure out is that in the Pct calculation in the table is the formula:
=GETPIVOTDATA("S_FCR",PT_1,"Center",[Center],"Date",MONTH([Date]))/GETPIVOTDATA("C_ID",PT_1,"Center",[Center],"Date",MONTH([Date]))^2
The formula itself makes perfect sense in terms of the numbers and filtering involved....but why does it actually work and what does the "^2" do?
View 2 Replies
View Related
Jul 3, 2012
I have a spreadsheet that tracks in column D "completed" projects. I want column T to populated "100%" when column D has the text "completed" in the cell. What is the formula?
View 1 Replies
View Related
Jun 8, 2008
I am making a spreadsheet that requires multiple dates and percentages. Is there any way that I can make the percentage that is related to the most recent date weighted more than a percentage with a date from a month or two ago?
For example:
X//Y//DATE
90%//85%//3-March
85%//70%//21-May
87%//90%//6-June
Is there formula so that I can have the 90% and the 87% be the most important (or weighted), the 70% and the 85% be the second most important, and the 85% and the 90% be the least important when I average them out?
View 14 Replies
View Related
Oct 2, 2013
I'm having an issue getting the correct results from a calculated field in a pivot table in Excel 2007.
In column A I have "Business Name", in B I have a sum of the amount of lines a customer has, and C is a MAX of the number of employees the customer has at their location.
In one example I have a business with sum 50 lines and max 30 employees but when I try to make the calculated field 50/30 (should equal 166%) i get 9.2% instead.
The reason appears to be because there are 18 types of lines the customer has and 18 x max 30 = 540 and 50/540 is 9.2%. In the attached example it's all the same business location so the total number of employees (30) is the same for each row and each row in the raw data is a set of lines with similar features.
I attached an example. CalcFieldProblem.xlsx
View 1 Replies
View Related
Nov 20, 2013
I have a sheet (example is attached) that lists multiple jobs and their related tasks. I want to know if it's possible to create a conditional formatting that says if the percentage complete under the "task" is under 100% and within X number of days of the target date, it's red/yellow/green.
So, if a target date is 70-100 days out; 0%-10% - RED, 11%-45% - YELLOW, 46%-100% - GREEN
If a target date is 40-69 days out; 0%-45% - RED, 46%-75% - YELLOW, 75%-100% - GREEN
If a target date is 20-40 days out; 0%-60% - RED, 61-90% - YELLOW, 91%-100% - GREEN
If a target date is 0-20 days out; 0%-85% - RED, 86%-95% - YELLOW, 96-100% - GREEN
If a target date has passed, Anything under 100% is RED.
View 4 Replies
View Related
May 9, 2014
I would like to compare % difference between date range through pivot table
Date RangeProductAmt
1st weekABC1000
2nd WeekABC2000
3rd WeekABC1259
1st weekXYZ3000
2nd WeekXYZ4000
3rd WeekXYZ2500
How to plot a Pivot table to compare the % difference between 3rd Week Vs 2nd Week Vs 1 Week for each product through pivot table?
View 2 Replies
View Related
Feb 20, 2014
I need a formula that will calculate the percentage of the total duration between two dates (in dd.mm.yyyy hh:mm format) that a third, intervening date represents.
As an example:
a) 10th Jan 2014 09:00
b) 20th Jan 2014 09:00
c) 30th Jan 2014 09:00
In this case the answer sould be 50% because 'b' represents exactly half of the time elapsed between 'a' and 'c'.
Note: the formula needs to work effectively across the boundary between two consecutive years.
View 1 Replies
View Related
Mar 12, 2014
I am trying to get a row of cells to highlight a percentage based on a date range
Below is an example of what my spreadsheet will look like, very simple for managers to read and understand but I am stuck on how i can get this to display the right way.
In the example i would need the Jan column to colour for a certain percent for 21 days and continue to feb for 26 days. Im not sure if this makes sense but this is what they are asking for. Colour bars to simple show the percent of days off each month.
Name Start Date End Date Jan Feb Mar
Dale 11/01/14 26/02/14 21 days 26 days
I have attached the spreadsheet for an example : Book1.xlsx
View 3 Replies
View Related
Mar 20, 2014
Trying to do a linkback from another post located here but not having much luck doing it: [URL]
I'm working with 2 date columns and trying to filter a view to only include projects with dates within 3 months of today's date.
I've attached a current working file of the data and the end result i'm hoping to achieve via a macro of some sort.
I've manually got it to work via formula by inserting 2 additional columns (highlighted yellow) which determine if the dates "YES" fall in this 3 month time frame of "" blank if not.
create a macro which does all of this automatically without modifying any columns if this is possible
View 5 Replies
View Related
Mar 5, 2014
based on user date ranges entered on sheet1, I'm trying to write code that will write each month of the date range on other sheets across the 2nd row. at this point I'm getting "object required" error at "Set DateStart = Cells(2, 6)"
I also want the date format to be mmm-yy (Mar 14) on the sheets even if sheet1 has a different format. I tried using sourcerange instead of DateStart, but that didnt work either.
Code:
Dim projStartDate As Date
Dim projEndDate As Date
Dim DateStart As Date[code]....
View 1 Replies
View Related
Apr 21, 2006
Let's say I have thousands of employees, but I need to determine who worked for me during a particular date range, and all I have to go on is their start date in one column and their end date in another column.
If:
A1 contains beginning date of employment
B1 contains ending date of employment
C1 contains specified beginning date (criteria)
D1 contains specified ending date (criteria)
View 4 Replies
View Related
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
Sep 25, 2007
Did anyone use the above tool ? Can we use a macro to launch that tool to search for words in a excel cell ?
View 2 Replies
View Related
Apr 3, 2013
I have a workbook that I've built for a project. I've attached a sample workbook. What I'm trying to do, for the entire sheet or workbook if possible, is turn any Cell with a percentage of 30% to 49% yellow and any cell with a percentage of 50% or more Red. I would also like to move the ID's of the variable cells, for example Id number 9922, to the cells beside the description of the rows, Affected would be an example, if the information contained in the same row as the ID meets with a set of variables.
For example I only want the ID's moved if they correspond with IDsub 1-25. One more thing, the people who will be using this spreadsheet will be copying data from a website when it is imported it does not insert the values as numbers. I would like to format the cells, in example workbook they would be any of the cells labeled ID IDsub Variable or Number, so that anything put in that cell will automatically be converted to a number.
I should also probably add that the formatting will be done on approximately 80 rows a sheet with 47 sheets.
View 2 Replies
View Related
Jul 9, 2009
i'd like when i lookup abt specific in range (4 Columns is my lookup range)
get the results in one column with skipping blanks Cells "Note" Blanks cells it contains fromulas with "" so it blanks but have formulas ....
View 9 Replies
View Related
Apr 26, 2013
calculating the percentage of a percentage and writing the formula for excel.
There are 295 people in a room, of the 295, 75 or 25% are mothers. (I know how to calculate 25% - 75/295 = 25.42) of the 75 mothers 35 have 3 children, 32 have 2 children and 10 have 1 child.
35 is what percent of 25%
32 is what percent of 25%
10 is what percent of 25%
View 3 Replies
View Related
Jan 25, 2007
I have two columns One contains a date the other contains $
I want to add the $ column if the Date column contains a date greater than 12-1-06. If the date is not greater than 12-1-06 I don't want it to count.
View 14 Replies
View Related
Mar 11, 2012
I have problem comparing dates in two columns. In these columns, with dates, there can be instead of date letter "X". When I try to compare dates I don't get good results. I have to see that date in column P has been before date in column Q (example 22.02.2012 (P), 23.02.2012(Q), OK).
Code:
Sub test()
For Each oneCell In Range("Q2:Q60001")
Select Case oneCell.Value
Case Is "X"
If oneCell.Offset(0, -1) "X" Then
[Code] ........
View 4 Replies
View Related
Feb 5, 2014
I have Dates as column headings, People going down across rows, and their corresponding budgeted hours:
Person Last Day 1/1 1/8 1/15
Bob ? 45 45 0
John ? 45 0 0
I need a formula in the "Last Day" column that can pick up when a person rolls off the project, i.e. has a value of "0" or "-".
I need this because I have a spreadsheet with thousands of resources and don't want to comb through, manually looking for their last day on the project.
View 3 Replies
View Related
Jun 29, 2007
I have a spreadsheet that is updated monthly. THe spreadsheet has a column for each month of the year, plus other columns. I would only like to display the current month and all past months - with the future months being hid from view. SO each time the user opened the file all headers with future dates will be hidden from view. I only would like to see the past months and other other no date column information. Is this possible to do in excel?
View 8 Replies
View Related
Apr 1, 2014
I want to have 7 columns with headings for our weekly roster Stating with Mon 14/4/2014 in F1 Tue 15/4/2014 in H1 Wed 16/4/2014 in J1 Thu 17/4/2014 in L1 Fri 18/4/2014 in N1 Sat 19/4/2014 in Q1 & Sun 20/4/2014 in T1
The cells between each day/date column are blank for the sub heading Hrs to appear
I want the Day to remain permanent in each cell & to be able to alter the Monday date only and all cells will change to the correct day & dates across the spreadsheet automatically
It is part of a roster we use
View 4 Replies
View Related
Jun 18, 2009
I have two columns, salesman and date. This workbook tracks quotes by salesman. I need to know how many quotes for each salesman by the month. So what I need to know is how quotes salesman 'a' had in January and February and so on. I have several worksheets in this workbook that are all formatted the same.
View 9 Replies
View Related
May 25, 2012
I am trying to add a gantt chart feature to a project summary worksheet. Ideally I'd like to search Col C (Start date) and Col D (End date) for all projects, and based on the earliest start date (ESD) in C and latest end date (LED) in D, repeatedly insert columns labeled with the value of the ESD (ie Feb 6, 2011), increment by 7 (1 week), insert the next column with ESD+7 and continue on until reaching LED.
View 4 Replies
View Related
Apr 5, 2013
I'm trying to find a formula that will return the earliest date in a cell looking at the six columns to the left of the earliest date column.
See below for example.
Employee Date1 Date2 Date3 Date4 Date5 Date6 EARLIEST DATE
Long Johns 7/1/2012 7/1/2012 7/1/2012 7/1/2012 7/1/2010 7/1/2012 7/1/2010
View 2 Replies
View Related
May 19, 2013
I have 4 columns A B C D
A and C have dates , B and D have values
Column A has dates listed verticaly from 7-1-1954 to present
Column C has dates lited verticaly from 7-1-1954 to present but without weekends and holidays
I want to know if there is a way to match the dates and values from columns C and D to the columns A and B, with the objective of eleminating the extra cells that contain different dates?! I need to compare the data day by day and the additional weekends/holiday data makes it not line up!?
7/5/1956
2.75
7/5/1956
47.8
[Code]...
View 3 Replies
View Related
Oct 27, 2006
I've searched the site, but have not found anything that matches what I want to do. I have a statistical spreadsheet that tracks machine accuracy by date. The spreadsheet has multiple columns per worksheet. The info is entered and sorted by date with oldest date first. I want to set up a seperate worksheet to find the most recent date from several different columns and populate it in a seperate cell. From there I'll do some calculations to identify how long it has been since a particular machine has been accuracy verified. Is there a formula to do this or does it have to be done through a macro?
View 3 Replies
View Related