Column locations

Pugs107

New Member
Joined
Nov 18, 2005
Messages
19
I am creating a spreadsheet that will integrate data over a period of time (by hour). In order to do this, I need columns set at the hour points, however all of the other point times will be variable (ie.one point event may fall before or after the hour point). Is there a way to set one or more columns while the data in other columns move relative to those columns? I'm not sure how well I verbalized what I need. any help would be greatly appreciated
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hello, Pugs107,
Welcome to the Board !!!!! :)

I'm not sure how well I verbalized what I need
try again please :)
use a simple example
tell us what you start with
something like this perhaps ?
row 1 has 00:00 01:00 02:00
a "point event" is falling at 00:24
what should happen with your sheet ?

kind regards,
Erik
 
Upvote 0
Hello Erik,
OK, lets try this...

Row one has the following times
00:30 00:45 01:00 etc.

The second point is dependant on the first (ie. time one plus :15)

Calculations will be done using data below the 01:00. If the first point was, say 00:46, this would push the second point to 01:01. This is no problem except I still need the 01:00 point for the calculation.

Is there a way to keep the 01:00 column while still allowing the other point to pass it sequentially?
Thanks for your help,
Mike
 
Upvote 0
Mike,

it's still a mistery for me what you mean ?
probably something simple
care to elaborate an example
"for the calculation" : in which cell, which formula ?
perhaps you will need ROUND ?

A1 has: 00:30 (formatted as hh:mm)
B1 has: =A1+1/96 displaying as 00:45
copy this formula to the right and you will get
01:00 01:15 01:30 01:45 02:00
changing A1 will change all subsequent cells accordingly

best regards,
Erik
 
Upvote 0
I am probably making this too difficult for myself :confused:

I currently am integrating data that occurs within the hour.

A1 = 00:30
B1 = 00:45 (A1+ 1/96)
C1 = 01:00 (I need the 01:00 point for the integration calculation)

If the value of A1 changes

A1 = 00:46
B1 = 01:01
C1 = 01:00

The 01:00 would actually fall between A1 and B1

An example of the type of calculaton is

((B1-A1)*(B2-A2))+((C1-B1)*(C2-B2))
 
Upvote 0
sorry, still don't have the slightest idea of what you are trying to do
just forget everything you posted, don't come with a solution at all - unless you find a way to explain it completely different

just tell what the result should be
we agree on this:
1. you got some "headers" with
00:30 00:45 etcetera
(don't care yet if these are formulas or values)
2. you have a formula in the sheet
OK, tell us:
in which cell do you have the formula ?
what's the formula and what's the resulting value ?
THEN tell what would happen next

hope we are getting further this way...

kind regards,
Erik
 
Upvote 0
I made a simple spreadsheet that could possibly help. Or it might just prove that I am out to lunch :) . Could I e-mail it to you?

Thanks,
-Mike
 
Upvote 0
Upvote 0
Example sheet.xls
ABCDEF
1Event1Event2Event31 Hour
2Time0:000:300:451:00
3Data10102020
4
50.000.500.751.00(Time to Decimal Conversion)
6
7Total:13.75
Sheet1


The Total formula integrates the data occurring within the hour. The problem I am having is when the times change such that Event Three occurs after the hour point. I would need the hour point to be between Event 2 and Event 3.

Thanks,
-Mike
 
Upvote 0
Mike,
really sitting before this screen for long time
what could you mean :confused: :cry: :unsure:
for the life of me, why can a question look so complicated while it should be simple

let's take it another way:
you are writing down events in a sheet, right ?
I can see you are trying to calculate kinda "surfaces" (integrates)
when the times change such that Event Three occurs after the hour point
you have problems when - lost here - there aren't "enough" events within an hour, or ???
I would need the hour point to be between Event 2 and Event 3.

all this looks to me as if you absolutely want to have 3 (or 4?) events within an hour, but there aren't so much events, or ???

this is an Excel-forum
we try to find solutions to problems
when the problem still is to figure out what the problem is, then we've really got a problem !
I would like to encourage you to rethink your question, staying practical (no theorethical)
what purpose will your sheet have ?
what practical use do you want to get from it ?

still willing to help, but how ?
Erik
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,718
Members
448,986
Latest member
andreguerra

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top