早教吧 育儿知识 作业答案 考试题库 百科 知识分享

1.如何在EXCEL中让文本和公式得出的日期时间同时出现在一个单元格.2.如何使日期随表中数据变化而变化.use a formula and format so that the “Generated on” text appears as in the Sample Report but the date and tim

题目详情
1.如何在EXCEL中让文本和公式得出的日期时间同时出现在一个单元格.2.如何使日期随表中数据变化而变化.
use a formula and format so that the “Generated on” text appears as in the Sample Report but the date and time shown recalculate when the spreadsheet refreshes.在网上看到过我的第二问的解法.但是都是VB什么的.不知道有没有单纯的公式解法,还是我对题目的理解有误?例子是一个格子里面显示:Generated on Thursday,January,2010 at 15:16.希望能直接告诉我公式哦(最好是英文版的)~不要复制黏贴一些有的没的.万谢!
▼优质解答
答案和解析
按照你的理解,在某个单元格内输入或复制以下公式:
="Generated on "&TEXT(NOW(),"dddd,mmmm,yyyy at hh:mm")
就能满足你的需要.
1、“Generated on” 文本和日期时间同时出现在一个单元格
2、表格内任何数据发上变化,时间就会刷新
3、显示格式如你所需.