M
Marlene
I musts write a nested if function which will translate a numeric valu
into a day of the week.
Day
1=Mon
2=Tue
3=Wed
4=Thu
5=Fri
6=Sat
7=Sun
I tried =if(a2=1,mon, (if @a2=2, tue, if(a2=3, wed, if(a2=4, thu
If(a2=5, fri, if(a2=6, sat = if(a2=7, sun, "invalid")))))))
Couldn't solve and was not able to change the numbers into day.
Please Help
into a day of the week.
Day
1=Mon
2=Tue
3=Wed
4=Thu
5=Fri
6=Sat
7=Sun
I tried =if(a2=1,mon, (if @a2=2, tue, if(a2=3, wed, if(a2=4, thu
If(a2=5, fri, if(a2=6, sat = if(a2=7, sun, "invalid")))))))
Couldn't solve and was not able to change the numbers into day.
Please Help