![]() |
Report data from cell if dates match
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! |
Report data from cell if dates match
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! |
Report data from cell if dates match
=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! |
All times are GMT +1. The time now is 08:30 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com