if coum 2 has vale then populate colum1

  • Thread starter Thread starter khan
  • Start date Start date
K

khan

if D18 > 0 then c18 =7480-8900
can any one help how to do that.I want 7480-8900 to be shown in D18
only if C18 has value > 0.
 
You have stated your objective two different ways: in one you want to put a
value in C18, in the other the value goes into D18

Assuming it's to go in C18, then this formula should go in that cell (C18)

=IF(D18>0,"7480-8900","")

The last portion of that, i.e., "" , says that if D18 is <=0, then C18's
value is an empty string.
 
do u know how to oassword protect few cells on the work sheet instead
of the whole sheet.
 
What you do is unlock the worksheet (Format>Protection),
then select the cells to protect
then lock those cells(Format>Protection)
and then protect the sheet (Tools>Protection)
 

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

Similar Threads


Back
Top