Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default 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" (dynamic values that change continuously)
Cell B2:Empty

I need a statement that will consider the two date values, and when they are
the same, the value of B1 will also be displayed in B2.

Example:

Cell A1: 12 Jan 09
Cell A2: 12 Jan 09
Cell B1: Value "X"
Cell B2: Value "X"

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Report data from cell if dates match

In B2:

=IF(A1=A2,B1,"")

Regards,
Stefi

€˛WildWill€¯ ezt Ć*rta:

I have:
Cell A1: 10 Jan 09 (Today's Date)
Cell A2: 12 Jan 09 (Target Date)
Cell B1: Value "X" (dynamic values that change continuously)
Cell B2:Empty

I need a statement that will consider the two date values, and when they are
the same, the value of B1 will also be displayed in B2.

Example:

Cell A1: 12 Jan 09
Cell A2: 12 Jan 09
Cell B1: Value "X"
Cell B2: Value "X"

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Report data from cell if dates match

In B2:
=IF(A1=A2,B1,"")

Regards,
Stefi

€˛WildWill€¯ ezt Ć*rta:

I have:
Cell A1: 10 Jan 09 (Today's Date)
Cell A2: 12 Jan 09 (Target Date)
Cell B1: Value "X" (dynamic values that change continuously)
Cell B2:Empty

I need a statement that will consider the two date values, and when they are
the same, the value of B1 will also be displayed in B2.

Example:

Cell A1: 12 Jan 09
Cell A2: 12 Jan 09
Cell B1: Value "X"
Cell B2: Value "X"

Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default Report data from cell if dates match

First format the column A to date values. Then,
Select the cell B2 and paste following formula
=IF(A2=A1,B1,"")
Now select the cell B2 and drag it down to apply the formula to other cells
too.

Hop this works for you€¦

Have a nice time


Chris
------
Convert your Excel spreadsheet into an online calculator.
http://www.spreadsheetconverter.com

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200902/1

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Report data from cell if dates match WildWill Excel Discussion (Misc queries) 1 February 9th 09 08:57 AM
Report data from cell if dates match WildWill Excel Discussion (Misc queries) 2 February 9th 09 07:56 AM
Report data from cell if dates match WildWill Excel Discussion (Misc queries) 2 February 9th 09 07:48 AM
Extract or report multiple arrays if a cell match a criteria GG Excel Discussion (Misc queries) 3 May 11th 08 07:41 PM
The dates on the category (X) axis label do not match data? TKGerdie Charts and Charting in Excel 1 July 18th 05 07:05 PM


All times are GMT +1. The time now is 05:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"