moving data to a cell, not pulling data to the cell

G

Guest

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.
 
G

Gord Dibben

Formulas can only "pull" they cannot "move" data.

If you want a value-only in a cell you must use the paste special>value or VBA
event code to place the value in the cell.


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top