Thread: VLookup
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chev320 Chev320 is offline
external usenet poster
 
Posts: 13
Default VLookup

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

"Gary''s Student" wrote:

If you already have a calculation, then use:

=IF(D11=100,0,your_current_calculation)
--
Gary''s Student - gsnu200753


"Chev320" wrote:

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

"Gary''s Student" wrote:

In K11 or M11 or L11 enter:

=D11-100
--
Gary''s Student - gsnu200753


"Chev320" wrote:

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.