prasada2002
New Member
Dear Chandoo
I have a check sheet which is used for every day to day purpose for data collection. I have applied a formula using if condition which defines the notification on schedule, say on 10th of every month.Now the problem is that the formula is prone to destruction and has to keep a track of it.Hence i want to implement a macro for the same which will display a pop up on the scheduled date.Can you please help me out as i am not well versed with macro.The for mual i use is given below.
thanks in advance.
=IF('Channel list'!C1="10","SHIFT ENGINEER`s TO CLEAN KPA BACK SIDE FILTER",IF('Channel list'!C1="20","A SHIFT ENGINEER TO CLEAN KPA BACK SIDE FILTER",IF('Channel list'!C1="30","A SHIFT ENGINEER TO CLEAN KPA BACK SIDE FILTER","")))
=IF('Channel list'!C1="15","A SHIFT ENGINEER TO CLEAN KPA FRONT,POWER SUPPLY FILTER",IF('Channel list'!C1="30","A SHIFT ENGINEER TO CLEAN KPA FRONT,POWER SUPPLY FILTER",""))
channel list C1 - =TEXT(TODAY(),"dd")
=IF(Weather!B4="Saturday","B Shift Engineer to Prepare weekly report","")
weather B4 - =TEXT(WEEKDAY(TODAY()),"dddd")
I have a check sheet which is used for every day to day purpose for data collection. I have applied a formula using if condition which defines the notification on schedule, say on 10th of every month.Now the problem is that the formula is prone to destruction and has to keep a track of it.Hence i want to implement a macro for the same which will display a pop up on the scheduled date.Can you please help me out as i am not well versed with macro.The for mual i use is given below.
thanks in advance.
=IF('Channel list'!C1="10","SHIFT ENGINEER`s TO CLEAN KPA BACK SIDE FILTER",IF('Channel list'!C1="20","A SHIFT ENGINEER TO CLEAN KPA BACK SIDE FILTER",IF('Channel list'!C1="30","A SHIFT ENGINEER TO CLEAN KPA BACK SIDE FILTER","")))
=IF('Channel list'!C1="15","A SHIFT ENGINEER TO CLEAN KPA FRONT,POWER SUPPLY FILTER",IF('Channel list'!C1="30","A SHIFT ENGINEER TO CLEAN KPA FRONT,POWER SUPPLY FILTER",""))
channel list C1 - =TEXT(TODAY(),"dd")
=IF(Weather!B4="Saturday","B Shift Engineer to Prepare weekly report","")
weather B4 - =TEXT(WEEKDAY(TODAY()),"dddd")