»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 07-30-2003, 10:43 AM   #1 (permalink)
Registered User
 
Join Date: Jul 2003
Posts: 2
Dubbercody is on a distinguished road
Excel Formula

I am trying to figure out how to create a year to date and month to date formula within excel. Sounds easy but I have two worksheets one for Data Processing and one for a final report.

I change the data on the first worksheet daily and I need to figure out how to get the info to save for each cumulative day. Essentially it's a summation that needs to save prior data...HELP...

I'm sure this is possible, but I haven't been able to figure out the formula as of yet. If anyone has any ideas I'd be quite thankful.

Dubbercody is offline   Reply With Quote
Old 07-30-2003, 11:03 AM   #2 (permalink)
Registered User
 
VHockey86's Avatar
 
Join Date: Jan 2003
Location: New York
Posts: 1,588
VHockey86 is on a distinguished road
I'm not sure about everyone else. but im not sure exactly what you want the formula to do yet. When you say "a year to date and month to date" what does this mean? Could you give an example with some numbers?
VHockey86 is offline   Reply With Quote
Old 07-30-2003, 11:47 AM   #3 (permalink)
Registered User
 
Epidemic's Avatar
 
Join Date: Mar 2002
Posts: 400
Epidemic is on a distinguished road
well I am not sure what you are trying to do but I will take a crack at it anyway.

You could write a small macro to put the date in front of each record from the date in question. Using he Now() function then copy -paste special- values to eliminate the formula when done.

You could also use the now function to create the date and make


You would have to automate the range where date is to be located but you could use this.

Sub dat()
datevar = Month(Now()) & "/" & Day(Now()) & "/" & Year(Now())
Range(Cells(1, 1), Cells(10, 1)) = datevar
End Sub
Epidemic is offline   Reply With Quote
Old 07-31-2003, 06:36 AM   #4 (permalink)
Registered User
 
Epidemic's Avatar
 
Join Date: Mar 2002
Posts: 400
Epidemic is on a distinguished road
Dubbercody,

Dang I have to check the post count before putting too much effort into these questions.
Epidemic is offline   Reply With Quote
Old 07-31-2003, 07:45 AM   #5 (permalink)
shahani
Guest
 
Posts: n/a
Duke, that looks like a good way to do it.

You is better slow down. Toching 500.
  Reply With Quote
Old 07-31-2003, 01:05 PM   #6 (permalink)
Registered User
 
Epidemic's Avatar
 
Join Date: Mar 2002
Posts: 400
Epidemic is on a distinguished road
498
Epidemic is offline   Reply With Quote
Old 07-31-2003, 01:10 PM   #7 (permalink)
Registered User
 
jerrygarcia's Avatar
 
Join Date: Dec 2001
Location: Kansas City,Missouri
Posts: 1,851
jerrygarcia is on a distinguished road
Send a message via AIM to jerrygarcia Send a message via Yahoo to jerrygarcia
Double, oops.


Last edited by jerrygarcia; 07-31-2003 at 01:12 PM.
jerrygarcia is offline   Reply With Quote
Old 07-31-2003, 01:10 PM   #8 (permalink)
Registered User
 
jerrygarcia's Avatar
 
Join Date: Dec 2001
Location: Kansas City,Missouri
Posts: 1,851
jerrygarcia is on a distinguished road
Send a message via AIM to jerrygarcia Send a message via Yahoo to jerrygarcia
1618





Total spam, sorry.
jerrygarcia is offline   Reply With Quote
Old 07-31-2003, 01:12 PM   #9 (permalink)
shahani
Guest
 
Posts: n/a
Duke's starting to look bad with so many posts.

BTW, so as not to spam, what exactly does that formula do, Duke? Like calculate some stuff or conditional stuff or what?
  Reply With Quote
Old 07-31-2003, 01:51 PM   #10 (permalink)
Registered User
 
Join Date: Jul 2003
Posts: 2
Dubbercody is on a distinguished road
I'm trying to put in data for one day...and have the data saved to a Year to date formula. The data will be updated each day, so i need to figure out a way to get the daily data to save and add into the YTD cell.
Dubbercody is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 01:46 AM.