dates in excel change to number signs?
Question : dates in excel change to number signs?
i’m doing my timesheet for work and the template is through excel. Its the same hours every week, so i always just open it up and change only the dates. Anyway, the first 11 of the 14 days work fine, but then when i get to the final 3 days of the pay period the dates automatically change to number signs. (#). The weird thing is that its a problem only with those 3 dates it seems, not even the cells themselves. B/c lets say one of the dates that change to number signs is 5/24/10, if i input 5/7/10 just out of curiosity, it doesnt change to number signs. Anyone know how i can get it to stay as the date?
timesheet template
Best answer:
Answer by Erik
when something like a date doesn’t fit in the size of the cell, it shows a ####. Just make the cell wide so all of the dates fit. Chances are, those dates that do that are just longer than the other ones.
Either your Cell Width is too narrow, or (if the date is from a formula) you have a negative date/time in that cell.
Example:
The following formula will result in #######:
=TODAY() -1 -TODAY()