Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I know this has to be an easy one, but I can't figure it out - Please help:
Formula: If the month in cell A6 matches the month in cell C2 then return value from cell B6 Problem: them month in A6 may be any given day in March, depending on the date of purchase, but the month in cell C2 is always 3/1/05 Any suggestions? |
#2
![]() |
|||
|
|||
![]()
Assuming all dates are entered as dates that Excel recognizes...
=IF(MONTH(A6)=MONTH(C2),B6,"No match") You can replace "No Match" with a different response, or the value of your choice. |
#3
![]() |
|||
|
|||
![]()
Try =IF(MONTH(A6)=MONTH($C$2),B6,"")
Hope this helps. Jane "Shelly" wrote: I know this has to be an easy one, but I can't figure it out - Please help: Formula: If the month in cell A6 matches the month in cell C2 then return value from cell B6 Problem: them month in A6 may be any given day in March, depending on the date of purchase, but the month in cell C2 is always 3/1/05 Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use a check box to accept a calculation | Excel Discussion (Misc queries) | |||
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) | Excel Worksheet Functions | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions | |||
time-clock calculation | Excel Worksheet Functions |