calculating fees from other cells

  • Thread starter Thread starter Skills
  • Start date Start date
S

Skills

Hi

I now need the fees cells to look at the "sold" cells and if the cel
has an "N" in the cell then the fees cell should be "0", if its a "Y
then proceed as normal. Hope that makes sense.

Thank
 
If the "sold" cell is C2,

=IF(C2="N",0,<your 'normal' formula goes here>)
 

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

Back
Top