A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Linking computer dates (time) to spreadsheet dates that have formu



 
 
Thread Tools Display Modes
  #1  
Old January 3rd, 2010, 07:33 PM posted to microsoft.public.excel.worksheet.functions
bigisle
external usenet poster
 
Posts: 9
Default Linking computer dates (time) to spreadsheet dates that have formu

Aloha I am hoping someone is out there who can assist me. I have spent two
days trying to do two simple things in a medicine sheet I made up. It
involves the dates. They need to change by the month, we have figured out the
formulas that in itself was difficult. But NOW HOW do I TIE IN my computers
Calendar (where the time clock) is TO the dates I have in the spreadsheet?
So when the computer calendar changes the spreadsheet dates change per the
formula that is in there?
THank you very much Antoinette
  #2  
Old January 3rd, 2010, 07:40 PM posted to microsoft.public.excel.worksheet.functions
David Biddulph
external usenet poster
 
Posts: 8,714
Default Linking computer dates (time) to spreadsheet dates that have formu

We probably need a bit more information on what you are trying to do, but
=TODAY() will give the current date.
--
David Biddulph

"bigisle" wrote in message
...
Aloha I am hoping someone is out there who can assist me. I have spent two
days trying to do two simple things in a medicine sheet I made up. It
involves the dates. They need to change by the month, we have figured out
the
formulas that in itself was difficult. But NOW HOW do I TIE IN my
computers
Calendar (where the time clock) is TO the dates I have in the spreadsheet?
So when the computer calendar changes the spreadsheet dates change per the
formula that is in there?
THank you very much Antoinette



  #3  
Old January 3rd, 2010, 07:59 PM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
Default Linking computer dates (time) to spreadsheet dates that have formu

Hi,

This relies on your dates being properly formatted dates. So with the date
in column A we can sum column B for Jan 2010

=SUMPRODUCT(--(TEXT(A1:A10,"mmm/yy")="Jan/10"),B1:B10)

and if we need another criteria such as a person or company name we can
expand that to

=SUMPRODUCT(--(TEXT(A1:A10,"mmm/yy")="Jan/10"),--(C1:C10="Some
person"),B1:B10)

You can of course swap the columns as required.

Mike

"bigisle" wrote:

Aloha I am hoping someone is out there who can assist me. I have spent two
days trying to do two simple things in a medicine sheet I made up. It
involves the dates. They need to change by the month, we have figured out the
formulas that in itself was difficult. But NOW HOW do I TIE IN my computers
Calendar (where the time clock) is TO the dates I have in the spreadsheet?
So when the computer calendar changes the spreadsheet dates change per the
formula that is in there?
THank you very much Antoinette

  #4  
Old January 3rd, 2010, 08:05 PM posted to microsoft.public.excel.worksheet.functions
ryguy7272
external usenet poster
 
Posts: 1,593
Default Linking computer dates (time) to spreadsheet dates that have formu

Dang, there's many ways you can go with this:

Look at this:
http://www.fontstuff.com/excel/exltut02.htm

Or, this:
http://www.techonthenet.com/excel/formulas/today.php

Or, this:
http://www.techonthenet.com/excel/formulas/now.php

If you need more, post back with more details.

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"bigisle" wrote:

Aloha I am hoping someone is out there who can assist me. I have spent two
days trying to do two simple things in a medicine sheet I made up. It
involves the dates. They need to change by the month, we have figured out the
formulas that in itself was difficult. But NOW HOW do I TIE IN my computers
Calendar (where the time clock) is TO the dates I have in the spreadsheet?
So when the computer calendar changes the spreadsheet dates change per the
formula that is in there?
THank you very much Antoinette

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:40 AM.


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