admin管理员组文章数量:1416651
I created a spreadsheet with 5 columns, the top of each column is the TODAY() function. The items below the date are deliveries (text) to happn on that date. The problem is that when the date changes, the columns shift to the left but the text in the column stays, so the delivery data for January 31 is now on February 1
How can I make the text follow the date?
explained in first field
I created a spreadsheet with 5 columns, the top of each column is the TODAY() function. The items below the date are deliveries (text) to happn on that date. The problem is that when the date changes, the columns shift to the left but the text in the column stays, so the delivery data for January 31 is now on February 1
How can I make the text follow the date?
explained in first field
Share Improve this question asked Feb 2 at 21:18 FredFred 11 bronze badge 1- Please provide enough code so others can better understand or reproduce the problem. – Community Bot Commented Feb 5 at 13:44
1 Answer
Reset to default 1You can't. By definition, formulas get re-calculated. The Today() function specifcally is volatile and will update each time any cell on in the workbook changes. If you want to keep the date together with the data it belongs to, consider using a different approach, like typing the date into the cell.
The keyboard shortcut Ctl+; (Control + semicolon) will enter the current date as a constant in one go. Using that will be quicker than typing =Today()
into the cell and it will not change tomorrow.
本文标签:
版权声明:本文标题:excel formula - Keep data in a column headed by the TODAY() function from moving when date changes - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745256023a2650107.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论