CAN I INSER CONDITIONAL
Closed
IZZY
-
Dec 30, 2009 at 01:27 PM
venkat1926
venkat1926
- Posts
- 1864
- Registration date
- Sunday June 14, 2009
- Status
- Contributor
- Last seen
- August 7, 2021
Related:
- CAN I INSER CONDITIONAL
- Conditional formatting if cell does not contain specific text ✓ - Forum - Excel
- Conditional formatting if another cell contains any text ✓ - Forum - Excel
- Excel conditional formatting 5 color scale ✓ - Forum - Excel
- Copy conditional formatting from one row to another ✓ - Forum - Excel
- If cell contains text then return value multiple conditions ✓ - Forum - Excel
1 reply
venkat1926
Dec 30, 2009 at 11:28 PM
- Posts
- 1864
- Registration date
- Sunday June 14, 2009
- Status
- Contributor
- Last seen
- August 7, 2021
Dec 30, 2009 at 11:28 PM
=SUM(A2*3)-(d4)*6=if(d6<=0,"0")
your requirement is not clear
do you mean this
=if(d6<=0,0,(A2*3)-(D4*6))
your requirement is not clear
do you mean this
=if(d6<=0,0,(A2*3)-(D4*6))