Hi there![]()
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!
Hi there![]()
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!
Maybe something like:
=IF(MOD(INT(A1/7),2)=1,"one week","other week")
This starts the week on a Saturday.
Bobski wrote:
>
> Hi there
> 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
Thankyou for your help Dave
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks