Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Linking time values

I am conducting a research project in Excel which requires me to record data
at specific increments of time (say every 30 minutes). Does anyone know if
there is a way to link a cell (A) to another cell (B) so that A captures the
data in B at a specified time of the day, say 10:30 am?

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Linking time values


You can use a circular reference to do this. First, go to the Tools
menu, choose Options, then the Calculation tab. There, check the
Iterations box. Now, use the following formula in B1

=IF(MOD(MINUTE(NOW()),30)=0,A1,D1)

Here, if the minute of the current time of day is 30 or 0, the formula
returns the value in A1. Otherwise, the value remains the same. This
way, the formula updates itself from A1 every 30 minutes.

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
The San Diego Project Group, LLC
(email is on the web site)
USA Central Daylight Time (-5:00 GMT)



On Tue, 30 Sep 2008 11:34:00 -0700, Blaw28
wrote:

I am conducting a research project in Excel which requires me to record data
at specific increments of time (say every 30 minutes). Does anyone know if
there is a way to link a cell (A) to another cell (B) so that A captures the
data in B at a specified time of the day, say 10:30 am?

Thank you

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting date/time serial values to cumulative time totals... Kevin B Excel Discussion (Misc queries) 4 October 18th 07 05:05 PM
Linking cell values Frazer Excel Discussion (Misc queries) 2 April 25th 06 01:04 AM
Linking dates and values seanbrown Excel Discussion (Misc queries) 2 August 22nd 05 07:41 PM
linking comments to appear in cell at same time MarkM Excel Discussion (Misc queries) 2 August 16th 05 02:15 PM
linking values from one sheet to another Amie Excel Discussion (Misc queries) 2 March 2nd 05 08:21 PM


All times are GMT +1. The time now is 09:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"