D
D
dimquea2018-11-01 16:32:09
excel
dimquea, 2018-11-01 16:32:09

How to make Excel not display zeros if the cell referenced by the function is empty?

There are n-th number of lines of the form:

=IF(A1="";"";C1)

Column A is guaranteed to have only one value, all other cells will be empty. Next, the CONCATENATE function catches the value.
If it is empty in C1, then 0 comes out in the cell with the formula, this can be defeated using the data type 0;-0;;@, but 0 still comes out in the cell with the CONCATENATE function, the type does not affect it.
It would be possible to rewrite the condition and add a value instead of a cell reference, but we are talking about several thousand values, and besides, it can change over time, so it was taken out of the conditions.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pychev Anatoly, 2018-11-01
@dimquea

And if so?

=IF(A1="";"";IF(C1="";"";C1))

I
idShura, 2018-11-01
@idShura

Use conditional formatting

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question