Formula needed thanx

B

Bob Vance

--
What would I put in C1 if I wanted it to do this formula, A1*B1 but if there
is nothing in B1 it to show "No Charge"


Thanks in advance for your help....Bob Vance
 
D

dellfeng

IF(B1=0,"No Charge",B1*A1)
if b1 contain no data , it will give the text no charge

----- Bob Vance wrote: ----



-
What would I put in C1 if I wanted it to do this formula, A1*B1 but if ther
is nothing in B1 it to show "No Charge


Thanks in advance for your help....Bob Vanc
 

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