IF... do nothing

  • Thread starter Thread starter vdg_wdebroe
  • Start date Start date
V

vdg_wdebroe

How do you get an if statement to do nothing?

I have 2 spreadsheets that get updated monthly. one is overwritten, and I
then want the new data to automatically insert into the column for the
corresponding month in the other sheet.

=IF([Asset Allocation.xls]Asset Allocation'!$C$5=$Z$2,[Asset
Allocation.xls]Asset Allocation'!D8,0)

So if C5 in the other sheet is the same as z2 in this sheet, put in the data
from D8 into this cell.

Problem is, when you move to the next month, the statement is no longer
true, so it inserts a 0 or blank string. How do I get it to do nothing??
(thereby leaving the existing data)

Is there an easier way of doing this??

Thank you
 
An Excel cell have either a formula or data (numbers or alphabets), not both.
Like wise you can either keep a formula in a cell or some data.

regarding your problem of moving to next month, basically either you
should keep a formula useful for you or have only some data.

There is nothing like

"if the formula is not valid then leave the current data on the cell as it is"
 

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

Similar Threads


Back
Top