Thread: update
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fcs13 fcs13 is offline
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!