cell formular

G

Guest

I have setup a formular for a cell A24. This cell have the formular of
vlookup(c15,d25:e25,2). This returns the correct results in A24. My problem
is this:

I woulld like to be able to change the results in A24. Let say the resulet
in A24 is $500.00. I change A24 to $775. When I do this I loose the
originial vllok formulatr in A24. I have protected the sheet but then it
will not let me change the results in A24. Is there anyway to lock the
formular but change the results of A24 manually?
 
D

Dave Peterson

A cell can contain a formula or a value--not both.

There are ways around it, but they'd be pretty convoluted.

Why not just use two cells--one with the formula, one with a manual override.

Then use a 3rd cell that decides on which of these two to use.
 
G

Guest

not without a macro.As an alternative you can have a "manual input cell"
somewhere else,say a25,and in a 24 have =if(A25="",vlookup(c15,d25:e25,2),a25)
..
 
G

Guest

Dave makes a good point.Is long as there is something in A25, A24 would not
display the lookup formula,if you go wih my suggestion in my other post
 

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