Value is 0 like it to be blank

  • Thread starter Thread starter Steved
  • Start date Start date
S

Steved

Hello from Steved

Please what is required for the below formula
to have the cell Value 0 to be blank.

=MOD(D8-C8,1)+MOD(F8-E8,1)-G8

Thankyou.
 
Hi
one ay:
=IF(MOD(D8-C8,1)+MOD(F8-E8,1)-G8,MOD(D8-C8,1)+MOD(F8-E8,1)-G8,"")

or use a custom format like
0,-0,
 
Steved -- will it work for you to wrap it in an IF function like this ?

=IF(MOD(D8-C8,1)+MOD(F8-E8,1)-G8=0,"",MOD(D8-C8,1)+MOD(F8-E8,1)-G8)


- Rodney POWELL
Microsoft MVP - Excel

Beyond Technology
Spring, Texas USA
www.BeyondTechnology.com



Hello from Steved

Please what is required for the below formula
to have the cell Value 0 to be blank.

=MOD(D8-C8,1)+MOD(F8-E8,1)-G8

Thankyou.
 
Thankyou Frank.
-----Original Message-----
Hi
one ay:
=IF(MOD(D8-C8,1)+MOD(F8-E8,1)-G8,MOD(D8-C8,1)+MOD(F8- E8,1)-G8,"")

or use a custom format like
0,-0,


--
Regards
Frank Kabel
Frankfurt, Germany


.
 

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