Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have:
Cell A1: 10 Jan 09 (today's date) Cell A2: 12 Jan 09 (target date) Cell B1: Value "X" Cell B2: Empty I need a statement that will check the dates in A1 & A2, and when they are the same, will place whatever the value of B1 is at that time, into B2, i.e. to achieve the following: Cell A1: 12 Jan 09 (today's date) Cell A2: 12 Jan 09 (target date) Cell B1: Value "X" Cell B2: Value "X" Please help! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In B2 enter:
=IF(A1=A2,B1,"") "WildWill" wrote: I have: Cell A1: 10 Jan 09 (today's date) Cell A2: 12 Jan 09 (target date) Cell B1: Value "X" Cell B2: Empty I need a statement that will check the dates in A1 & A2, and when they are the same, will place whatever the value of B1 is at that time, into B2, i.e. to achieve the following: Cell A1: 12 Jan 09 (today's date) Cell A2: 12 Jan 09 (target date) Cell B1: Value "X" Cell B2: Value "X" Please help! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A1=A2,B1,"")
WildWill wrote: I have: Cell A1: 10 Jan 09 (today's date) Cell A2: 12 Jan 09 (target date) Cell B1: Value "X" Cell B2: Empty I need a statement that will check the dates in A1 & A2, and when they are the same, will place whatever the value of B1 is at that time, into B2, i.e. to achieve the following: Cell A1: 12 Jan 09 (today's date) Cell A2: 12 Jan 09 (target date) Cell B1: Value "X" Cell B2: Value "X" Please help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract or report multiple arrays if a cell match a criteria | Excel Discussion (Misc queries) | |||
Getting missing data from one report into another report... | Excel Discussion (Misc queries) | |||
Automate Excel report to place certain data into existing report? | Excel Worksheet Functions | |||
The dates on the category (X) axis label do not match data? | Charts and Charting in Excel | |||
=(IF(ISTEXT('Data Report'!$L2:$L4),'Data Report'!N3,J11)) Response | Excel Discussion (Misc queries) |