ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   use current month in ad If satament (https://www.excelbanter.com/new-users-excel/262686-use-current-month-ad-if-satament.html)

gls858

use current month in ad If satament
 
I have a cell A1 with a drop down to select month. In another cell on
another sheet I want to compare the current month to the value in A1.

If (current month = A1, value, value)
I've found a lot of date functions but the solution evades me. Can
someone please help me? All I really need is how to get the month to use
to compare I think I have the rest of the formla figured out.

TIA
gls858

Dave Peterson

use current month in ad If satament
 
I'm not sure what you're really using -- dates or the month names?

I'm guessing names like January, February, ..., December.

=if(text(today(),"mmmm")=A1,"same name","not same name")

If you used abbreviations: Jan, Feb, ..., Dec

=if(text(today(),"mmm")=A1,"same name","not same name")



gls858 wrote:

I have a cell A1 with a drop down to select month. In another cell on
another sheet I want to compare the current month to the value in A1.

If (current month = A1, value, value)
I've found a lot of date functions but the solution evades me. Can
someone please help me? All I really need is how to get the month to use
to compare I think I have the rest of the formla figured out.

TIA
gls858


--

Dave Peterson

gls858

use current month in ad If satament
 
Dave Peterson wrote:
I'm not sure what you're really using -- dates or the month names?

I'm guessing names like January, February, ..., December.

=if(text(today(),"mmmm")=A1,"same name","not same name")

If you used abbreviations: Jan, Feb, ..., Dec

=if(text(today(),"mmm")=A1,"same name","not same name")



gls858 wrote:
I have a cell A1 with a drop down to select month. In another cell on
another sheet I want to compare the current month to the value in A1.

If (current month = A1, value, value)
I've found a lot of date functions but the solution evades me. Can
someone please help me? All I really need is how to get the month to use
to compare I think I have the rest of the formla figured out.

TIA
gls858



Thanks Dave. I'll give ti a try. I appreciate the help.

gls858

gls858

use current month in ad If satament
 
Dave Peterson wrote:
I'm not sure what you're really using -- dates or the month names?

I'm guessing names like January, February, ..., December.

=if(text(today(),"mmmm")=A1,"same name","not same name")

If you used abbreviations: Jan, Feb, ..., Dec

=if(text(today(),"mmm")=A1,"same name","not same name")



gls858 wrote:
I have a cell A1 with a drop down to select month. In another cell on
another sheet I want to compare the current month to the value in A1.

If (current month = A1, value, value)
I've found a lot of date functions but the solution evades me. Can
someone please help me? All I really need is how to get the month to use
to compare I think I have the rest of the formla figured out.

TIA
gls858



Worked perfectly Thanks Dave!

gls858


All times are GMT +1. The time now is 11:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com