![]() |
Excel formula to change a value every 2 weeks
Hi theconfused: I need a formula to make text in a cell change every 2 weeks. The text in the cell should read 'do not change air con. units', but every other week it should read 'change air con. units'. If you can help I would be very greatful. Thanks! -- Bobski ------------------------------------------------------------------------ Bobski's Profile: http://www.excelforum.com/member.php...o&userid=30358 View this thread: http://www.excelforum.com/showthread...hreadid=500147 |
Excel formula to change a value every 2 weeks
Maybe something like:
=IF(MOD(INT(A1/7),2)=1,"one week","other week") This starts the week on a Saturday. Bobski wrote: Hi theconfused: I need a formula to make text in a cell change every 2 weeks. The text in the cell should read 'do not change air con. units', but every other week it should read 'change air con. units'. If you can help I would be very greatful. Thanks! -- Bobski ------------------------------------------------------------------------ Bobski's Profile: http://www.excelforum.com/member.php...o&userid=30358 View this thread: http://www.excelforum.com/showthread...hreadid=500147 -- Dave Peterson |
Excel formula to change a value every 2 weeks
Thankyou for your help Dave -- Bobski ------------------------------------------------------------------------ Bobski's Profile: http://www.excelforum.com/member.php...o&userid=30358 View this thread: http://www.excelforum.com/showthread...hreadid=500147 |
All times are GMT +1. The time now is 09:35 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com