Import Currency Problem

  • Thread starter Thread starter brandim7
  • Start date Start date
B

brandim7

I am new top excel and I have 2 worksheets open. I am importing dat
from worksheet 2 to worksheet 1. If the value is 0 I need it not t
show up. (You dont want 100 0's on an invoice!) Please assist!

Brand
 
Brandi,

You can use Tools - Options - View, and turn off "zero values. This is on a
sheet by sheet basis -- select the desired sheet first. You can also format
specific cells to not show zeroes with Format - Cells - Number Custom, and
a code like:
0.00;-0.00;
The sections are separated by semicolons. the first is for positive
numbers, the second for negative, and the third (where there is nothing) is
for zero values. You can change the first two.
 

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