Freezing The Formula After Certain Time / Formula Has Been Satisfied?
Aug 7, 2014
I am trying to create a graph of my data at the end of each month. The graph will show a count of the number of instances of each category in the data.
For example:
A1 =TODAY()B1 =MONTH(A1)
Column A from A3 down = 1,2,3,4,W,H,L
Column I between I2 and I140 = multiple instances of 1,2,3,4,W,H,L
July
=IF($B$1=7,(COUNTIF($I$2:$I$140,$A3)),"0")
=IF($B$1=7,(COUNTIF($I$2:$I$140,$A4)),"0")
=IF($B$1=7,(COUNTIF($I$2:$I$140,$A5)),"0")
=IF($B$1=7,(COUNTIF($I$2:$I$140,$A6)),"0")
=IF($B$1=7,(COUNTIF($I$2:$I$140,$A7)),"0")
=IF($B$1=7,(COUNTIF($I$2:$I$140,$A8)),"0")
=IF($B$1=7,(COUNTIF($I$2:$I$140,$A9)),"0")
=IF($B$1=7,(COUNTIF($I$2:$I$140,$A10)),"0")
My problem is that when it comes around to August or the next month, I want the final count of July to be fixed/frozen so it won't change from the 1st of the month. I can then use the July column's data for my graph.
Can a formula convert itself into a value or freeze itself after certain criteria has been fulfilled?
View 7 Replies
ADVERTISEMENT
Apr 27, 2014
Formula to calculate time allotted minus time used and show the difference in hour and minute.
View 1 Replies
View Related
Jul 1, 2012
I have a problem here:
Eg.
A B C D E F G H I
1 8 pm 9 pm 10 pm 11 pm 12 am 1 am 2 am
2 8 pm 11 pm
3 8 pm 2 am
I typed a formula : =if(and(c$1>=$a2,d$1
View 4 Replies
View Related
Feb 18, 2007
when i input the arrival time of A Car, the time he arrives late appears in column D it should read 15 Minutes. how i can get this time to appear automatic after i have registered the arrival time. A Car due at 19:00 arrived at 19:15. 15minutes late. I would be grateful if you could lead me in the right direction.............
View 3 Replies
View Related
Mar 24, 2014
I am trying to compare 2 conditions to see if one or other is correct and if so out put ok if correct and wrong if incorrect i tried this formula but does not work.
IF(OR(AND(j3="UP",t3=1),(AND(j3="DOWN",t3=-1),"ok","wrong")
View 4 Replies
View Related
Jul 31, 2008
My data is as follows
MonthMilesAmountLocation
June 8£3.20 Loc1
June 8£3.20 Loc1
June 8£3.20 Loc2
July 8£3.20 Loc2
July 8£3.20 Loc1
July 38£15.20Loc1
July 4£1.60 Loc2
Aug 38£15.20Loc2
Aug 4£1.60 Loc1
Aug 8£3.20 Loc1
Here is what I want to do
- Avoide filtering and manually calculating data for the total expense in the month
I want to SUM all the (3)AMOUNT in the (1)MONTH of JUNE for
(4)LOCATION LOC1
I know its too much to ask for but can you suggest if i can combine SUMIF or SUM(IF) or any other formulas ???
View 10 Replies
View Related
Jan 22, 2013
I run a small business, and I use Excel to track my books especially receivables.
I have a list of Invoice numbers and Invoice amounts for every customer.
My customers pay periodically (every two weeks, etc), but the tricky part is that the amount paid may not necessarily reflect the exact amount of invoice still being owed. And there may be two, three or five invoices outstanding at any one time.
I have another column which contains payment amount made by customer.
What I would like to do is to highlight the INVOICE NO. cell once the amount of that particular invoice has been bypassed by the total amount paid (i.e. the full amount of that invoice has been paid). Then I can close that invoice.
Here's what my list looks like roughly.
INV NO. - INV AMOUNT - AMOUNT PAID
INV1 ------- 100 ------------- 80
INV2 ------- 250 ------------- 90
INV3 ------- 150 ------------- 80
TOTAL ----- 500 -------------270
View 13 Replies
View Related
Apr 25, 2008
if anyone out there had some code that would delete an entire row if a cell contained a value either = or > 0. I have attached a sample of my spreadsheet it contains two worksheets and I need the same task performed on each. The list may differ from day to day in length so I would need to work from the bottom of the worksheet up and I would only need it to work up to and including cell D4. The column that I need to take the action on is D and the heading is MaxDebit2.
View 6 Replies
View Related
Jun 17, 2006
I am attempting to pick up a date with time entry on a worksheet and place it into a TextBox on a UserForm. Format on the sheet is mm/dd/yyyy h:mm AM/PM. The UserForm is placing the value as mm/dd/yyyy 12:00 AM. here is the
Private Sub UserForm_Initialize()
If Not Range("dDate").Value = "" Then
TextBox2.Value = Range("dDate").Value
TextBox2.Text = Format(DateValue(TextBox2.Text), "mm/dd/yy h:mm AM/PM")
Else
TextBox2.Value = ""
TextBox2.SetFocus
End If
End Sub
"dDate" is the named range where the date is sitting. The format is also set on the TextBox2 exit event. Can anyone see why only the date portion is being transfered with the default 12:00 AM for no time component of the value?
View 3 Replies
View Related
Oct 7, 2006
d9 is where i enter my start time from a drop down menu and
d10 is where i enter my finish time
what i would like to do is have a formula to work out my total hours work then minu 45min and tell me whats is remainig which is over time
example
i start work and 06:00 and finish work at 15:00 which is 9hours i then remove my 45min break which then give me 1/4hour (0.25 of an hour) as over time
the 0.25 is then timesed by a figure of say 13.4481 which would then tell me that i have earnt 3.362025
and so on eg if i have 0.5hour it would tell me what that work out as.
View 14 Replies
View Related
Oct 28, 2013
I need formula (not VB) that will add time (0:30 minutes to each working shift) when these times are exceeded:
11:00
+0:30
19:00
+1:00
35:00
+0:30
[Code] .........
View 9 Replies
View Related
Dec 4, 2013
I am trying to create a formula that subtracts 1 hour if the value of cell E3 equals 11:00 PM.
This is what I've tried:
=SUM(E3-D3), IF(D3=11:00 PM, -1:00)
View 9 Replies
View Related
Feb 27, 2014
Cell C2 has the date - "3/03/2014"
Cell F2 has the time - "12:43 AM"
I have combined these in cell O2 - "3/03/14 0:43"
In another sheet 'ref' I have the days split in to two shifts (two 12 hour shifts - from 6am to 6pm (L2), and 6pm to 6am (M2), and the shift that the date falls on is in N2.
So if C2 = "3/03/2014" & F2 = "12:43 AM", it falls between 2/03/2014 6pm and 3/03/2014 6am, then I want to return the third columns value (which shift it is) in the ref sheet. I think this requires Vlookup.
View 4 Replies
View Related
Jul 4, 2008
If I Run for 1hr 6mins 30s and I run 11.62km.
I am trying to work out how long it took me to do 1km?
I know its a simple one but just cant seem to get it.
View 13 Replies
View Related
Mar 13, 2009
I have a column with times displayed in this format "0 day 03 hour 32min"
Is there a formula that allows me to average a column of these times and retain the same format?
View 9 Replies
View Related
Apr 21, 2009
I have a centralized document that myself and my co-workers use. I would like to insert a date formula that upon opening the "Main" document displays the current date (that is no problem). The catch is, when myself or my co-workers make a change to that document, and "save as" I would like that date to stick (no longer display the current date, but the date in which it was "saved as").
View 12 Replies
View Related
Aug 6, 2009
why formula's I type in to a particular worksheet show all the time(this is a workbook containing numerous macro's). I have checked under 'Options' that the show formula's box is not checked
View 5 Replies
View Related
Oct 10, 2009
On the attached worksheet, I want to multiply a dollar value from the selected drop down menu in column Z. I want to multiply it by the sum of two cells in column V. As and example: (V12-V11)*Z12 should = $1.80 (in AA12), but it keep coming up with 1.69
View 4 Replies
View Related
Dec 8, 2009
I am trying to create a time formula for my own work i.e
1 to 6 min = .1 (of an Hour)
6 to 12 min = .2
13 to 18 min = .3
19 to 24 min = .4
25 to 30 min = .5
up to one hour
@ 150 an hour
So if I input in one row lets call it time 3 hours I will like in thenext row rate = 450
1.2 hours =180
6.5 hours = 950 etc
View 14 Replies
View Related
Dec 22, 2009
I can't use 1904. I have a formula that almost works.
I am doing everything in Military time. This is the finial peice of the puzzle.
Our shift begins at 18:00 and ends up until 7:00 (am) or so depending onwork
A1 I have a time (Projected-Estimate of when all work should be done)
A2 I have a time (Actual- Time the work was actually complete.)
A3 Will be show the difference in either a Negative or Positive time.
Three Examples: (The first two work as is and are perfect) ....
View 6 Replies
View Related
Feb 10, 2010
I have an excel sheet which connects to an SQL database, one of the colums (A) is the date & time for a particular event. I would like to calculate in another cell the difference between the current date and time and the date & time in column A in minutes.
View 3 Replies
View Related
Nov 28, 2013
I'm trying to do the following:
In the attached file, I'd like to subtract whichever is the earliest time between B4 or C4 from A4, then B5 or C5 from A5, etc.
I assume I need a conditional "if" statement but I'm not sure if that will work.
Attached File : Time Subtraction Example.xls‎
View 7 Replies
View Related
Jun 20, 2014
I'm using this formula (below) to add the hrs between 2 time periods (4:30 pm in cell I37 and 8:00 pm in I38, then the formula is in I39) and works almost every time even when the second time goes into the am hours, except in certain instances such as: 4:30 pm to 11pm show as 30.5? But sometimes it shows the correct number, 6.5
=(IF(I37>I38,I38+1-I37,I38-I37))*24
View 1 Replies
View Related
Nov 4, 2005
How can I correct this Time formula which says in the Tag that it produces a
negative Result and hence displays in cell as ####
=(INDEX($A18:$A33,MATCH(MIN(C18:C33),C18:C33,0)))-(60/1440)
What I am doing is selecting the field in A which equates to the lowest
value in C (C= hourly sales), then I am subtracting 60 mins from the value
selected in A. This in effect will give me my closing Times i.e. find the
cell with Zero Sales then subtract 1 hour to find what must be the closing
time (assuming of course that there is at least ?1 of sales per hour while
open).
My cells in A are formatted as h:mm AM/PM, as is the format in the formula
cell
View 23 Replies
View Related
Oct 11, 2007
Does anyone have a formula (or formulae) for working out the following:
Don't hesitate to ask me more details, or contact me on MSN...
I have a worksheet with one column showing date and time, in HH:MM (North American Format) and a second column showing temperature readings taken every 15 minutes.
What I am trying to calculate is the total amount of time (in HH:MM) that the temperature was equal to or below a certain threshold.
I have seen some formulaes for calculating elapsed time, but nothing which can account for this variable.
View 14 Replies
View Related
Oct 23, 2007
Is there a way to not use colons when entering time formulas. I have a start time in a column and and end time in the next column. In the third column is the time difference between the two. I use a 24 hr military time to do this. Is there any way to enter the military time and not use the colon between the hour and minute? Example 1130 and not 11:30?
View 5 Replies
View Related
Jul 3, 2014
A
B
C
1
Time 1
Time 2
Result
2
8:00
7:30
-0:30
View 3 Replies
View Related
Jan 3, 2007
What iam chasing is a formula or something that when you enter hours for week (which is in AD column) *standard rate is 38 *
if you say put say 48 in that column it breaks the time down and puts 38 there and in column AI puts 3 hours and in column AJ Column puts 6 hours.but calculates each one with the dollar value.
******** ******************** ************************************************************************>Microsoft Excel - Wages.xls___Running: xl2000 : OS = Windows XP (F)ile (E)dit (V)iew (I)nsert (O)ptions (T)ools (D)ata (W)indow (H)elp (A)boutAC5AF5AC6AF6AC7AD7AF7AC8AD8AF8AC9AD9AF9AC10AD10AF10AC11AD11AC12AD12AC13AD13AC14AD14AD15AF15AG15AI15AJ15AL15AM15AN15=
ACADAEAFAGAHAIAJAKALAMAN4*HRSCPHCostHRST1/2CPT1/2CostHRSDTCPDTCost**50.038.019.23$730.740.0$28.84$0.000.0$38.46$0.00**60.038.015.31$581.783.0$22.96$0.002.0$30.62$0.00**76.529.413.03$383.300.0$19.54$0.000.0$26.06$0.00**80.022.815.33$348.760.0$22.99$0.000.0$30.66$0.00**96.526.815.64$419.670.0$23.46$0.000.0$31.28$0.00**100.011.511.5
View 9 Replies
View Related
Oct 2, 2007
I have a formula in VB code that is like this
sheet1.cells(irow,asktimecol)=asktime
when i place the cursor over each element i get :
irow="9"
asktimecol="5"
asktime="13:30:00"
so it reads
sheet1.cells("9","5")="13:30:00"
but iget the the error
application defined or object defined error
this is saying it cant place the asktime to cell
I have to bring the time thru as string as it come thru as one
View 9 Replies
View Related
Feb 22, 2008
I am trying to determine the amount of off duty time from the last stop time to the next start time. The object is to reset another column of hours (not shown here) to 60 hours only if there has been 34 hours of off duty time prior to the next start time.. I have posted this problem previously but did not explain very well I need to accomplish. The start and end times ( E & F) are formatted as hh:mm AM/PM and the Work time and the other columns are formatted as [hh]:mm. Where my formula fall short is when there are blank days indicating weekends or days off ...
View 9 Replies
View Related