Excel: remove cell content but retain formula

C

Cliver6

-- I want to create a workbook to use as a form for ten novice users. This
work book will have cells that contain formulas that cause those cells to
show data from other cells.

I need to be able to delete the data from the cells without deleting the
formulas. Then the workbook can be reused in its original condition without
having to rewrite all the formulas.

Cliver6
 
B

Bernard Liengme

Edit | GoTo | Special | check the Constants box | OK
Now all cell with data other than formulas will be selected
Tap the Delete key and they are gone

This could be recorded and made into a subroutine
best wishes
 
J

Jim Thomlinson

So you want to be able to overwirte the formulas and then get them back
again? No can do. You could create a template allowing users to open a fresh
copy each time.
 
Top