It is just =IF(MONTH(cellreference)>5,1000000,0)
replace cellreference with the cell address where May 2011 is stored.
If you want the formula to automatically evaluate it based on today's
date, then you can make it like below :
=IF(MONTH(TODAY())>5,1000000,0)
Hope this helps
On Wednesday 25 May 2011 07:49 PM, Tanstaafl wrote:
Hi all,
I'm trying to do a simple calculation:
If the current month is May 2011 or later, 1,000,000, otherwise, 0
I tried:
=IF(MONTH(>5),1000000,0)
Which obviously doesn't work...
Is there an easy way to do this?
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.