#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default update

two columns
column A-date
column B-value (source- input elsewhere, linked to workbook)

wish to have single daily value ( today() ) to plot, automatically
up-to-date, or how do i get a blank cell to correspond to column A with
column B's input, i tried
=if(A:A=today(),B:B,na()) and wouldn't work
thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default update

I am not sure that I really understand what you are trying to achieve. If my
suggestions below do not help then perhaps you can post an example of what
exists and what you want it to be.

You can insert the formula as below and copy it down a column but because it
refers to cells in both column A and column B it must be in another column
like in Cell C1.

=IF(A1=TODAY(),B1,NA())

You can't refer to the entrie column as you have done in your example.

You could have TODAY() in another single cell on the worksheet say cell Z1
and use the cell reference in the above formula. However, remember that you
would have to reference Z1 as ($Z$1) which is absolute mode if you are going
to copy it down to other rows as per the next example:-

=IF(A1=$Z$1,B1,NA())

Regards,

OssieMac



"fcs13" wrote:

two columns
column A-date
column B-value (source- input elsewhere, linked to workbook)

wish to have single daily value ( today() ) to plot, automatically
up-to-date, or how do i get a blank cell to correspond to column A with
column B's input, i tried
=if(A:A=today(),B:B,na()) and wouldn't work
thanks in advance!

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
Stop Excel's UPDATE\Don't UPDATE message box from appearing every time I open the work book divya Excel Programming 3 April 6th 13 03:31 PM
Data Validation lists update orginal cell with list update [email protected] Excel Worksheet Functions 3 July 11th 08 07:56 AM
i want to update one excel file the other one update automaticaly Basant New Users to Excel 1 December 16th 06 12:50 AM
Excel 2003 - Update or Don't Update Links Problem Jamie Excel Programming 4 July 7th 05 02:08 PM
how to update data on sheet1 and have it auto update on sheet2 Tommy Excel Programming 6 May 11th 05 06:41 PM


All times are GMT +1. The time now is 12:09 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"