View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier Roger Govier is offline
external usenet poster
 
Posts: 2,886
Default moving data to a cell, not pulling data to the cell

Try
=IF(MONTH(N16)=10,H23,H13)

--
Regards

Roger Govier


"Yojinbou" wrote in message
...
I am using (=IF(10=MONTH(N16),CELL("contents",H23),H13)) at this time
to have
data moved to a cell on different month. But sometimes when the month
changes
I loss my data and get N/A. Is there a function that will let me send
the
value to the cell automatic as the {manual Paste Special (value)}
does. I
what the cells to be as the old DBase data, just the value in the cell
for
the month and not a function in the data cell.