SUMIF, IF with OR
Hello,
A new comer to Smartsheet. I want to apply the following in a column.
IF given date >Today date, then (colA+colB+colc-colD)
ELSE given date < Today date, then (colA+colB+colC-colE)
Is it possible to do with SUMIF or IF/OR function.
Thanks in advance!
Best Answer
-
See Images below for the formula and sheet example.
if you are having trouble reading the formula, here it is: =IF(DATE@row >= TODAY(), (colA@row + colB@row + colC@row) - colD@row, (colA@row + colB@row + colC@row) - colE@row)
Melissa Boehl
Business Systems Analyst ~ WithersRavenel
115 MacKenan Drive | Cary, NC 27511
Office: 919.469.3340 | Direct: 919.238.0436
Did I answer to your question or fix the problem? Please
help
theSmartsheet Community
byclicking Answer Accepted. It will make it easier for users to discover solutions and resolve problems.
Answers
-
See Images below for the formula and sheet example.
if you are having trouble reading the formula, here it is: =IF(DATE@row >= TODAY(), (colA@row + colB@row + colC@row) - colD@row, (colA@row + colB@row + colC@row) - colE@row)
Melissa Boehl
Business Systems Analyst ~ WithersRavenel
115 MacKenan Drive | Cary, NC 27511
Office: 919.469.3340 | Direct: 919.238.0436
Did I answer to your question or fix the problem? Please
help
theSmartsheet Community
byclicking Answer Accepted. It will make it easier for users to discover solutions and resolve problems. -
Thank you so much Melissa. It helped!
Help Article Resources
Categories
Check out the Formula Handbook template!