I mean use the autofilter
Highlight all the cells that you want users to be able to use or type in. Right click, choose Format cells, go to the Protection tab, uncheck the box that says locked (leaving only the column B locked) press the ok button. Now go to Tools from the menu bar, choose protection and then Protect sheet.
That does't quit do what I want.
That one I already know, but I can't filter the columns I can change...Make sense....Thanks for the help
Re: I mean use the autofilter
Jon
You might have to protect your formulas a different way. You can put a data validation on column B preventing any overtyping. This however does not prevent delete or copy over. You can use conditional formatting to show when a formula has been deleted, but you have to be there to fix it up.
Most formulas can be written so they scroll down from the first formula. If this is the case, provide a macro button to scroll in the formulas. This can even be automated using a worksheet event macro.
I obtain the code by using the macro recorder. Select the top formula, delete the = sign, replace the = sign and press Enter. Now scroll your formula down. You will find the formula encoded into your macro code. Sometimes, if I need to change the formula regularly, I will make a copy in a hidden top row and get the macro to copy it back from here before scrolling.
Hope this helps
Have fun
Derek