Looking Up Items / Quantity Within Dates And Times?

Jul 13, 2013

I get a list of data through xml data import

column A is dates WITH time, appears like so: 2013-07-13 20:25:02
column B is the product name
column C is the quantity

now I want to search certain items sold between two dates AND times which will then give me the total amount of that item sold between those dates and times

now I know how to do this with date but have a problem doing it with dates and times

View 9 Replies


ADVERTISEMENT

Sum Quantity And Price Across Sheet Based On Items

Jun 18, 2013

I have an issue when I use the sumproduct formula, it only sum the quantity and price orderly which is not matched

I have attache the file for example : Sale monthly.xlsx

View 9 Replies View Related

Cell To Generate The Sum Of The QUANTITY Of Items From Multiple Cells

Mar 21, 2014

I'd like to generate a total sum based on the quantity from each item. So columns H3 - N3 should generate a total in P3 (skipped O) by the quantity entered in each cell. In addition I'd like the value of D3 to change the pricing in the formula. D3 has a drop down with 3 products, so selecting ANY of those products should cancel out the previous formula and replace it with another.

This is the sum without a value in D3
=SUM(H3*10.00)+(I3*8.00)+(J3*6.00)+(K3*18.00)+(L3*10.00)+(M3*8.00)+(N3*8.00)
IF D3 has a package selected from the drop down, I'd like this sum to generate instead.
=SUM(H3*8.00)+(I3*6.00)+(J3*4.00)+(K3*15.00)+(L3*8.00)+(M3*6.00)+(N3*6.00)

[code]....

View 3 Replies View Related

Discount Prices Based On Order Quantity And Package Quantity

Nov 23, 2009

I have two idential spreadsheets with several rows of items each with different packaging quantities, price break quantities and corrisponding prices next to each break quantity. I'm trying to build a discounting sheet on an idential page by using formulas that read off the price sell in the same relative position on sheet 2. Below is one row of sheet1 and the idential row of sheet2 - underneath the cells are the rules I would like incorporate:

Sheet 1
ABCDEFG
1Pack QtyQty 1Prc 1Qty 2Prc 2Qty 3Prc 3
210010.91000.744000.6

Sheet 2
ABCDEFG
1Pack QtyQty 1Prc 1Qty 2Prc 2Qty 3Prc 3
210010.91000.744000.6...........................

View 5 Replies View Related

Repeating Items A Specific Number Of Times

Jan 22, 2008

I am trying to create a formula that would provide a result a specific number of times based on a table in a seperate worksheet. Here is an example:

Person: # of times
John 2
Joe 2
Frank 2
Jack 1

Based on an IF statement, the cell should bring back John, the next cell down should bring back John, the third cell should bring back Joe as John has reached his limit of 2, and have this repeat until all criteria that meet the IF statement have been met.

View 10 Replies View Related

Display Unique Items That Occur More Than X Times In Column?

Jan 25, 2012

I have a long column of 9-digit numbers which represent the swipe-card-ID's of patrons accessing a parking facility. Most of them occur more than once, some of them many times. There is an operational rule that bars them from using the facility more than x times. (I can't implement this limitation in the parking software/hardware, or I would happily do so.)

So my question is, is there a way to process through that column, identifying each unique ID, and reporting any that occur more than x times?

View 1 Replies View Related

Sum Times Between Dates

Dec 9, 2006

I have a file with two sheets.

Sheet1 Data are as follows :

Column A : Date (Data is : 31/01/2006,01/02/2006 ...... )
Column B : Name (Data is : ABC , XYZ, ABC .......)
Column C : Time (Format is : HH:MM) (02:00 , 03:00 .....)

Sheet2 Data are as follows :

A1 : Start Date and B1 : End Date
A2 : Name and B2 : Sum of Time
A3 : ABC and B3 : (i Want Result in this cell)

Result is :

I want Result in B3 cell : Name(ABC) of Time sum from sheet1 Column C between Start date(A1) to End Date (B1).

View 8 Replies View Related

Average Between Two Dates And Times?

Jun 9, 2014

If you have some low time resolution data you need to compare with high time resolution data how do you average the high resolution data. For example data that starts and ends a fortnight apart and you want to compare it with data that starts and ends 1 hour apart you need to average the hourly data to do so. I can't figure out how:

So if I had Sheet 1 with hourly data

A B C D E
1 Date, Time, Measurement
2 01/01/2014, 01:00, 62
3 01/01/2014, 02:00, 38
etc....

Then in Sheet 2, fortnightly data

A B C D E
1 Date on, Time On, Date Off, Time Off, Measurement
2 02/01/14, 15:23, 18/01/2014, 12:25, 52
3 18/01/2014, 12:25, 01/02/2014, 14:19, 34
etc....

I'd want to add a new column of data to average the hourly data so I can use the correl function.

View 7 Replies View Related

Autofill The Dates (appear 16 Times)

Aug 17, 2009

In one column I need dates and every date has to appear 16 times.
So, I need date 2009-06-03 in 16 rows, in next 16 i need next day - 2009-06-04.

View 5 Replies View Related

Difference Between Two Dates And Times

Aug 18, 2010

I have A1= Date A, B1 = Time A, C1 = Date B, D1 = Time B, E1 = Hours between Date&Time B and Date&Time A

How can I enter a formula that takes the date and times from separate columns and calculates them?

View 6 Replies View Related

Add And Subtract Dates And Times

Oct 25, 2011

I have a table that I am storing into an array. I have an array FDate where I store a date and another array FTime where I store times.

FDate is formatted as m/dd/yyyy Hh:Mm: Ss
Ftime is formatted as Hh:Mm:Ss

I know in excel that you can add and subtract dates and times. How do you accomplish the same task in VBA?

View 1 Replies View Related

Diffence Between Dates & Times

Dec 6, 2006

I'm trying to get excel to calulate the difference using the following format

dd/mm/yyyy hh:mm
dd/mm/yyyy hh:mm

So really I need excell to tell me what the actual difference is between dates

View 9 Replies View Related

Dates And Times To Calculate Together

May 19, 2008

I seem to have the worst luck when it comes to getting dates and times to calculate together. My logic just seems to go straight out the window.

What I am trying to do, the end result, is get a Time Worked (duration) that I have spent on a ticket, and a Total Time, the time a ticket was opened, to the time it was closed.

I guess we can try to do this one step at a time.

The first thing that I would like to know is if there is a way to calculate Date/Time in a MM/DD/YYYY, H:MM format?

IE:
Ticket Opened ...................Ticket Closed
5/16/2008 2:54 PM..............5/19/2008 10:47 AM
Total Time in Days / Hours / Minutes

Right now I have the Date and Time split into separate cells, simply because I couldnt figure out a way to subtract the combined date and time.

View 10 Replies View Related

Y:M:D & H:M:S Remaining B/T 2 Dates W/ Times

Jan 19, 2009

I am trying to create a "daily donut" to track how long it has been since I left for my current deployment, and how much time I have left until I return home. I would like to show exactly how many year(s), month(s), day(s), hour(s), minute(s), and second(s) (like 1 year, 4 months, 4 hours, 5 minutes, & 34 seconds not 1.0 year, 0.33 months, etc.) it has been (again, not 3600 seconds, 60 minutes, 1 hour, etc.), and how many I have left. I have spent many hours trying to figure this out, and I have even tried looking through this forum, but I still can't completely figure this out. I was close in figuring out the date differences in the x amount of years, months, and days format, but it wouldn't account for the time. I.E., 06/03/09 05:00:00 AM - 06/01/08 06:00:00 AM, would show 2 days, instead of 1 day (I'm not sure how to incorporate the time yet).

The variables are:
A1 Date I Left For My Deployment in M/DD/YY HH:MM:SS AM/PM
A2 =Now() Function in Same Date & Time Format as A1
A3 = Date I Get Home from My Deployment in Same Date & Time Format as A1

Any ideas or help? And if possible, I would like to be able to do this using excel's built in functions (not excel add-ons, vb, etc.), so that it would work on government computers.

View 9 Replies View Related

Add X Hours To Dates And Times

Dec 31, 2007

I receive data from a company I deal with that has the date and time of all of my transactions with them listed in an excel worksheet. Only problem is that the date/time that I receive is not in my timezone, which is a bit of a problem for me!

What I want to do is to be able to adjust the date and time shown in the cell forward by 14 hours, so that the data is shown in the timezone that I am currently in. So the end result for the first line of data in the attached file would end up being 2006-08-11,10:28:51 instead of 2006-08-10,20:28:51.

View 5 Replies View Related

Calculating Project Dates And Times

Apr 30, 2014

calculating project completion % based on Project start date and end dates .

View 5 Replies View Related

Separate Dates/times By Specifics

Nov 16, 2009

Is it possible to seperate this sheet by Time - using column F, anything which is between the hours of 07:00 - 09:00 and 16:00 - 19:00? Response - column I - times up to 60 mins - 61 - 120 mins and over 120 mins

View 5 Replies View Related

Finding The Difference Between Two Dates And Times?

Feb 14, 2014

I am having difficulty finding the difference between two times and dates in Excel. I have researched this on Google and tried several formulas but none have worked for me. The format the data is currently in can be seen below:

A1: 1/3/2014 11:00:02.230 B1: 2/7/2014 08:42:37.637
A2: 2/12/2014 07:51:58.663 B2: 2/13/2014 05:36:31.893

(Note all times are military time format)

I want to display the difference in C1 in a format along the lines of "dd hh:mm". The data for seconds and fractions of a second is included in the source data but is not needed in the final results.

If the date and time falls on the same day, I have no trouble doing a simple "B3-A3" to determine the answer. For example:

A3: 2/5/2014 09:56:06.273 B3: 2/5/2014 10:39:51.34

Gives me an answer of: 0:43

Trying to do the same for A1 and B1 gives me this: "03 21:42" when I format it to "dd hh:mm".

Is there a formula that would give me the correct answer in both of these cases?

View 8 Replies View Related

Delete Rows Containing Old Dates/times

Apr 1, 2009

I need help deleting rows which contain a cell with date / time in the format dd/mm/yyyy hh:mm if the value is older than the current date / time

any ideas?

View 6 Replies View Related

Difference Between Two Dates/times In Hours

Apr 24, 2006

I need the difference between two dates/times field in hours or minutes.

Eg:

A1 B1
1/4/05 10:00 2/4/05 14:30

The result should be 13.5 hours, considering only 8 hrs per day, only business days and 8 to 5 workday.

View 10 Replies View Related

Calculate Dates/times Using If Statements?

Sep 2, 2008

I'm not too hot with Excel formulas but I'll explain as best I can. I have 3 columns with dates and times

A - 01/08/2008 08:17:08
B - 01/08/2008 12:17:08
C - 01/08/2008 17:00:11

This is what I want to do...

If A > B then Calculate the time difference between A and C
If A <= B then Calculate time difference from B to C

I'd like to get this formula in 1 cell if possible?

View 4 Replies View Related

Days & Hours B/t Two Dates & Times

Oct 23, 2008

I can’t figure out why this formula is not working. I am trying to alter it a little, but I still think it should work. Here is what I am trying to do. I am looking to calculate the time difference between two work projects, but exclude time when the office is closed. So someone starts a project at 2pm and finish 10am the next day it will show a result of 4 hours because the office closes at 5.

Here is the formula. It is the time formula from cpearson.com ...

View 6 Replies View Related

Calculate Difference Between Two Dates And Times

Jan 25, 2012

From the below example, I would need to know the difference between date & time of Received and Resolved in number of days. Meaning - time difference should also be calculated in days

CELL ACELL BCELL CCELL DCELL E - REQUIRED OUTPUTReceived
DateReceived
TimeResolved
DateResolved
TimeTurn Around Time - IN DAYS20-Jan-122:43:00 PM23-Jan-124:50:00 PMDifference between Resolved date & time and Received date & time

View 7 Replies View Related

Change Format Of Dates And Times?

Jul 21, 2014

I have dates (column E) and times (column F) currently in the format mm/dd/yyyy and hh:mm .

However, my formula in excel deals with dates and times in the format mmddyyyy and hhmm. How do I change the values of the dates to exclude the "/" and the times to exclude the ":" operators?

I want to change the actual value of the cell too. Basically, using custom format mmddyyyy in the date column will not work (because the true value of the date will still yield mm/dd/yyyy.

View 1 Replies View Related

How Do You Subtract Start/end - Dates/times In Vba?

Dec 8, 2009

How do you subtract start/end - dates/times in vba?

I know how to do it with formulas, but can't grasp it with vba. My range will always change, so I'm trying to avoid formulas (Cutting rows etc...)

I need Col D-Col B (end date-start date) and Col E - Col C (end time - start time)

Would doing the calculation on the userform be the best way, or trying to do the calculation with the ws code?

View 9 Replies View Related

Count Non-zero Items Occurring Between 2 Known Dates

Feb 12, 2014

For each of my staff I need to count if they worked 15 or more days in the 30 days preceding a statutory holiday. (As a follow on problem... If they have worked 15+ shifts then I'll need to calculate the sum of their hours over the 30 days / 30).

I tried the functions below but they didn't work. (the Name1 column records the number of hours worked that day's shift) The actual count in my test case is 5.

=COUNTIFS([stat],"=STAT",[Date],"<[@Date]",[Date],">=[@Date]-30",[Name1],">0") result: "0"
=COUNTIFS([@stat],"=STAT",[Date],"<[@Date]",[Date],">=[@Date]-30",[Name1],">0") result: #VALUE!
=IF([@stat]="STAT",COUNTIFS([Date],"<[@Date]",[Date],">=[@Date]-30",[Name1],">0"),"NO") result: "0"

View 1 Replies View Related

Counting Number Of Items In Between Dates

Nov 5, 2008

I need a formula which can count the number of items which have been applied to a suspense account in between a set of dates so for example i may need all items placed into a suspense account in the month of october. i record all items in a list so i do have a list of dates i just need to know how to count them and keep a running total as i need to feed it into another spreadsheet. I will also need to sum these the format of the spreadsheet is below -

******** ******************** src="http://www.interq.or.jp/sun/puremis/...<CENTER><TABLE cellSpacing=0 cellPadding=0 align=center>Microsoft Excel - Book4___Running: 11.0 : OS = Windows XP (F)ile (E)dit (V)iew (I)nsert (O)ptions (T)ools (D)ata (W)indow (H)elp (A)boutB2K2B3K3B4K4B5K5B6K6B7K7B8K8=ABCDEFGHIJKL1MOPO/S Date AppliedValue DateRemovedValue AgeCompany Name2Cheque  01-Nov-08(15.55) 01-Nov-08 15.55 0abc3Direct Receipt  01-Nov-08(109.00) 01-Nov-08 109.00 0def4Cheque  02-Nov-08(50.30) 02-Nov-08 50.30 0ghi5Cheque  03-Nov-08(23.48) 03-Nov-08 23.48 0jkl6Direct Receipt  03-Nov-08(2,236.46) 03-Nov-08 2236.46 0mno7Cheque  03-Nov-08(212.11) 03-Nov-08 212.11 0pqr8BACS/CHAPS  04-Nov-08(58.75) 04-Nov-08 58.75 0stuSheet1 [HtmlMaker 2.42] To see the formula in the cells just click on the cells hyperlink or click the Name boxPLEASE DO NOT QUOTE THIS TABLE IMAGE ON SAME PAGE! OTHEWISE, ERROR OF JavaScript OCCUR.

View 9 Replies View Related

Selecting Non Zero Dates And Repeating 24 Times While Pasting?

Mar 27, 2014

I want to select the dates(from column H) in which the value(in column I) is greater than zero and paste them in column K(Attachment). At the same time, I want to expand each day for 24 hours. That means, I want to repeat the date 24 times while pasting in column K.

View 5 Replies View Related

Calculate Hours And Minutes Between Two Dates/times..

Oct 18, 2008

Im trying to calculate hours and minutes between two dates/times over more than 24hrs. I have:-

A1 is 18/10/08 13:14, B1 is 20/10/2008 12:20, C1 is 1:23:05

Using the formula C1 =INT(B1-A1)&TEXT(B1-A1,":hh:mm")

But what I really need is just Hours and Minutes so the above should read 47:05.

View 5 Replies View Related

Calculate Billable Hours Between 2 Dates & Times

Feb 28, 2009

I need to calculate billable hours.I have a start date/time and end date/time.Then I need to subtract out all time between 05:00:00.000 and 20:00:00.000. These are not billable hours.But I can include all weekend time.And I can include all holiday time.I need to accomplish this with formulas, no macros.

View 2 Replies View Related







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