Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Empty cells

Hello1

How to leave empty the cells that must be when using certain formulas like VLookup, IF ...?


Is it possible to write severa questions in a single post?

null-OTHER, OS X El Capitan (10.11.6), Numbers

Posted on Feb 27, 2018 8:14 AM

Reply
Question marked as Best reply

Posted on Feb 27, 2018 5:07 PM

if you want to conditionally provide an value or nothing you can do something like:


=if(<condition>, <value>, "")


e.g. if you wanted to look at values in column B and stored only positive in column C, you could use:

=if(B1>0, B1, "")


the "" represents the empty string (or nothing)

5 replies

There are no replies.

Empty cells

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.