S
soltek
Could anyone help me with a formula that would determine our monthl
setup? Every month closes on the first friday of the next month
setup? Every month closes on the first friday of the next month
Could anyone help me with a formula that would determine our monthly
setup? Every month closes on the first friday of the next month.
That works terrific thank you very much.
If anyone minds would you know
how to formulate the number of weeks between two dates?
Use the ROUND formula that McGimpsey postedI found this formula that gives me the number of weeks between two
dates.
=TRUNC((B25-A25)/7)&" Weeks "&MOD(B25-A25,7)&" Days"
Can this be adjusted to round up or down to the nearest number of
weeks? i.e. 4 weeks and 4 days = 5 weeks...??
And to go deeper, how could I use this to form totals for each of these
weeks?? thanks in advanced