0
votes
1answer
32 views

How do I make a sharepoint formula that calculates date different based on when a value was last entered

Here's the problem I'm trying to solve. I have an infopath form that users fill out and submit to a sharepoint library, and every field on the form is mapped to a sharepoint column. Column A will ...
-1
votes
1answer
56 views

Excel - count 45 days after a date

I have a list of varying enrollment dates. I'd like excel to calculate 45 days after the enrollment date. Anyone know the formula for that?
0
votes
1answer
663 views

Sharepoint Calculated column formula giving date for date-time comparison [closed]

I have two "date & time" columns (C1 and C2) in a sharepoint document library. I want to create a calculated column C3 displaying the most recent date between the one in C1 and the one in C2. ...
2
votes
1answer
2k views

Crystal Report Date formula to make it the end of the month

I'm new to CR and need a formula that would give me the end of the month a on a date field. If the Date is 628/2012 or 7/12/2012 I need the formula to to be the end of the month no matter which day of ...
0
votes
4answers
297 views

how to get number of the day from date? [duplicate]

how to get number of the day from a date in php? for example: the date format is given: 4/23/2012 and it outputs 1 or monday or mon... THANK YOU!
0
votes
1answer
419 views

SharePoint 2010: formula that counts number of months till end of year

I am looking for a formula, that will count number of remaining months from a specific date (date field chosen by user) till end of 2012 year. Platform is SharePoint Server 2010 Example: User ...
0
votes
1answer
472 views

Sharepoint date function in conditional formula

I want to add some days when the (type calculated)[No. vacante] column has "vacante 1" or "vacante 2" my code is below. The error I am getting is a syntax error or that the formula is not supported, ...
0
votes
2answers
296 views

conditional formatting on each date in a column of dates

Struggling with this one a little. I currently have a column (Column A) that has dates from cell 6 down to about cell 40. Each date is 7 days on from the previous one (This is a spreadsheet I used to ...
0
votes
3answers
479 views

Excel display nth day of current month

I have a list of recurring bills. Some are on the 1st of every month, and some are on the 15th or 16th etc. What I want to be able to do is display this day within the current month. So if it is ...
0
votes
3answers
19k views

Automatic date update in a cell when another cell's value changes (as calculated by a formula)

I have a formula in C2, say =A2+B2. Whenever C2 changes value (actual value, not formula) I want to have the present date and time updated in D2. I have tried a lot of VBA codes and tricks and none ...
1
vote
1answer
234 views

Get the average number of occurrences in a list of dicts

Given a list of dictionaries (a log JSON from MongoDB), where one of the values of the dict is a datetime value, I need to know the frequency it happens. Let's say: [ {"time": "2010-11-11 ...
2
votes
6answers
1k views

Need a formula: Extracting Years from Seconds Since January 1, 0001 12:00 AM

Input: # of seconds since January 1st, of Year 0001 Output: # of Full years during this time period I have developed an algorithm that I do not think is the optimal solution. I think there should be ...
3
votes
1answer
2k views

Sharepoint date range formula

I am creating a holiday request site and need to find the best way to update users holiday entitlements when the date range includes a bank holiday. Currently when users create a new request with a ...