Formula

  • Thread starter Thread starter Shona
  • Start date Start date
S

Shona

=IF(I6="",B2-F6,IF(F6="","",""))

Is there a way this could be changed so that if I6 and F6 are empty then
leave the cell blank.

Cheers
Shona
 
Shona-

No need to post multiple times. You can use the AND
function:

=IF(AND(I6="",F6=""),"",IF(.....

HTH
Jason
Atlanta, GA
 

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