VLookup

G

Guest

Is ther anyway of making a cell eqaul to "O" if another cell has a number
like 100
put into it..

example 100 in cell D11 would Equal "0" in cell K11 or L11 or M11.

I have various calculations in the other cells (E11 through and the answers
being given in cell K11,L11 & M11. I was thinking of doing the Vlookup in
cell N11.
When i normally put a number in D11 totals show up in totals in K11,L11&M11.
but sometimes i want K11 through M11 to equal O.


Thanks in advance.
 
G

Guest

I currenely have calculations in K11, M11 & L11..
Do i add this on or is it in a separate cell?? Wouldnt that be easier?
 
G

Guest

If you already have a calculation, then use:

=IF(D11=100,0,your_current_calculation)
 
G

Guest

Worked like a charm!!! thank you very much!! You are the Master not the
Student!!!!
 

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