I want to be able to take the left 3 digits from the column B2 only if the date in A2 falls between the specified range. Otherwise I want it to display "-". I can't seem to wrap my mind around this today...HELP!
The formula found in C2 is:
=LEFT(IF(A2,">="&DATE(2011,10,1))-IF(A2,">"&DATE(2011,10,31))*B2,3)
Thanks in advance for help in this issue!
-EW
Bookmarks