Add two cells if one cell is not blank
Closed
ritasinger
-
Jul 13, 2011 at 06:46 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jul 13, 2011 at 07:41 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jul 13, 2011 at 07:41 PM
Related:
- Add two cells if one cell is not blank
- 2007 microsoft office add-in microsoft save as pdf or xps - Download - Other
- Conditional formatting if cell contains text ✓ - Excel Forum
- If i add someone to a whatsapp group will they know - WhatsApp Forum
- Based on the cell values in cells b77 ✓ - Excel Forum
- Blank discord name ✓ - Internet & Social Networks Forum
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jul 13, 2011 at 07:41 PM
Jul 13, 2011 at 07:41 PM
you can try some thing like this
=if(d10>0, d10 +e9, "")
=if(d10>0, d10 +e9, "")