R
RedChequer
I want to be able to give a numeric value of 0 to 6 to days entered as
[ Wed to Tue.], and have a numeric value for the entered day linked to the
entered day.
Eg. enter any day 'wed to tue' the entered day given a value of zero
If day = wed then day = 0 { then the value for fri would be 2 }
If day = fri then day = 0 { then the value for mon would be 3 }
etc.....
I have tried using the 'INDEX' function but as I have multiple day entries I
can't get it to work
[ Wed to Tue.], and have a numeric value for the entered day linked to the
entered day.
Eg. enter any day 'wed to tue' the entered day given a value of zero
If day = wed then day = 0 { then the value for fri would be 2 }
If day = fri then day = 0 { then the value for mon would be 3 }
etc.....
I have tried using the 'INDEX' function but as I have multiple day entries I
can't get it to work