updating date formulas

MissAJ

Board Regular
Joined
Sep 22, 2006
Messages
86
I am a teacher using Excel 2003 and Windows XP.

What's the most efficient way for me to make (and then yearly edit) an IF formula that works in a semi-quarterly grade report to insert the right beginning and ending dates for the report depending on what the present date is? I put a =NOW() formula in A1 to refer to. These are the formulas I used last year.

=IF(A$1<38624,"From August 29, 2005",(IF(A$1<38694,"From October 31, 2005",(IF(A$1<38764,"From January 16, 2006",(IF(A$1<38828,"From March 20, 2006","")))))))

=IF(A$1<38624,"To September 23, 2005",(IF(A$1<38694,"To December 2, 2005",(IF(A$1<38764,"To February 10, 2006",(IF(A$1<38828,"To April 14, 2006",$B$248)))))))
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Thank you for your help. Do you mean that the yellow area is the look up table and that the formulas in A5 and B5 should be put in my grade reports?
 
Upvote 0
Thats right you could have the lookup formulas in a single cell if you wanted rather than the two I've used.
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,718
Members
448,986
Latest member
andreguerra

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top