How can I shorten this If statement?
=IF(E6="Monday",J7,IF(E6="Tuesday",K7,IF(E6="Wednesday",L7, IF(E6="Thursday",M7,IF(E6="Friday",N7,IF(E6="Saturday",O7, IF(E6="Sunday",P7)))))))
This works for me but I was wondering if there was an easier way to do write this formula.
Bookmarks