#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Can't figure out

Hello,

I have this formula: "=IF(MONTH(A7)=MONTH(TODAY(),"N","") which puts the
letter "N" in column B when there is a new contract. This works fine when I
run my report in the current month. Is there a way to get the same result
when I run my report at the beginning of the next month? Any help is
appreciated.

Thanks.
Mark


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 459
Default Can't figure out

Mark Jackson wrote:
Hello,

I have this formula: "=IF(MONTH(A7)=MONTH(TODAY(),"N","") which puts
the letter "N" in column B when there is a new contract. This works
fine when I run my report in the current month. Is there a way to
get the same result when I run my report at the beginning of the next
month? Any help is appreciated.

Thanks.
Mark



Hi Mark,

try this:

"=IF(MONTH(A7)=(MONTH(TODAY())-1),"N","")

--
(I'm not sure of names of menus, options and commands, because
translating from the Italian version of Excel...)

Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MAX figure within a date range as a function of today()'s date irvine79 Excel Worksheet Functions 6 February 20th 07 03:28 PM
how do i overwrite a cell and keep adding to another figure? Paula_p New Users to Excel 7 June 12th 06 10:59 PM
How do I figure out a pre-tax amount when I know the final total? amk005 Excel Worksheet Functions 4 May 27th 06 11:14 PM
Splitting a Target Figure oldgit99 Excel Worksheet Functions 3 August 23rd 05 02:50 PM
how to type a minues figure jenniss New Users to Excel 1 February 8th 05 03:05 PM


All times are GMT +1. The time now is 12:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"