Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MAX figure within a date range as a function of today()'s date | Excel Worksheet Functions | |||
how do i overwrite a cell and keep adding to another figure? | New Users to Excel | |||
How do I figure out a pre-tax amount when I know the final total? | Excel Worksheet Functions | |||
Splitting a Target Figure | Excel Worksheet Functions | |||
how to type a minues figure | New Users to Excel |