Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
206 views
in Technique[技术] by (71.8m points)

excel formula - Create rolling IF date to return live entered info as current

I have a excel sheet that on the first page "dashboard" has a Weekly Value and a Quarterly Value that are pulling from a different sheet and marking weekly and quarterly goal progressions. I want to allow the first sheet to pull from the second sheet that weeks number and format green or red for on or off track. that part is simple enough. Where it gets difficult for me, is I want to only have to enter into the second page for that next week and it live update on the main sheet. So for the week of 2/1 i want to reference the second sheet that correlates to the week of 2/1. then on 2/8, i want it to refer to the week of 2/8. I'm building this for someone and want minimum work for him when i pass it on.

=IF TODAY((WEEKNUM(Appointments!F3, Appointments!F4)))

tried that but gets error

question from:https://stackoverflow.com/questions/66054548/create-rolling-if-date-to-return-live-entered-info-as-current

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...