I know I should know this

M

mdj0615

I have created a spreadsheet to use at school. On sheet one I have a column
for names, and on sheet two I have the function =Sheet1!C9, etc. I also have
the formula =Sheet1!G14*.075 through out the sheet. Why are there zeros in
all of these boxes now on sheet 2, and how do I get rid of them??? I guess
they don't affect much, it's just making the sheet a little overwhelming to
look at.
 
F

Fred Smith

Maybe you want something like this:
=if(sheet1!g14="","",sheet1!g14*.075)


Regards,
Fred.
 

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