Removing False Value
Solved/Closed
Related:
- Remove false from if statement
- Fenix internet on bank statement - Guide
- Windows defender can't remove threat ✓ - Viruses & Security Forum
- How to remove story from close friends - Instagram Forum
- Code to remove number from blacklist - Guide
- How to remove number from blacklist - Guide
2 responses
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Mar 29, 2017 at 04:29 PM
Mar 29, 2017 at 04:29 PM
danmanuele, good afternoon.
The IF function syntax is missing what to do when the clause is False.
A parenthesis is also missing by closing the first range.
=IF(G23=0, P15/Sum(D11:F11), IF(G23>0, P15/Sum(D11:G11) , What to do here when FALSE?)))
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
The IF function syntax is missing what to do when the clause is False.
A parenthesis is also missing by closing the first range.
=IF(G23=0, P15/Sum(D11:F11), IF(G23>0, P15/Sum(D11:G11) , What to do here when FALSE?)))
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
Mar 29, 2017 at 05:23 PM
Mar 30, 2017 at 04:41 PM