Hi,
I'm working on a spread sheet that I'm getting stumped on.
In cell B2 I have the formula =Today() (which as I'm sure you know, picks up the current days date). The format is DD/MM/YYYY.
If this date is between 01/MM/YYYY and 08/MM/YYYY then I want it to display 6.25
If this date is between 09/MM/YYYY and 15/MM/YYYY then I want it to display 6.5
If this date is between 16/MM/YYYY and 22/MM/YYYY then I want it to display 6.75
If this date is between 23/MM/YYYY and 31/MM/YYYY then I want it to display 7
I'm having trouble writing the whole formula as I've never worked with dates and 'IF' statements before.
Many thanks in advance for your help.
I'm working on a spread sheet that I'm getting stumped on.
In cell B2 I have the formula =Today() (which as I'm sure you know, picks up the current days date). The format is DD/MM/YYYY.
If this date is between 01/MM/YYYY and 08/MM/YYYY then I want it to display 6.25
If this date is between 09/MM/YYYY and 15/MM/YYYY then I want it to display 6.5
If this date is between 16/MM/YYYY and 22/MM/YYYY then I want it to display 6.75
If this date is between 23/MM/YYYY and 31/MM/YYYY then I want it to display 7
I'm having trouble writing the whole formula as I've never worked with dates and 'IF' statements before.
Many thanks in advance for your help.