Forum Discussion
Tiffany Gregory
Feb 23, 2018Copper Contributor
Two Formulas, One Cell
Hi everyone. I need help please. I am trying to create an Excel spreadsheet such as follows in the attached photo. I've already successfully created formulas to calculate the aging days in the app...
SergeiBaklan
Feb 23, 2018Diamond Contributor
Hi Tiffany,
Perhaps like
=IF((C2>1)*(D2>1), <your formula>, "")
and so on
Firdaus Ahmad
Jun 29, 2018Copper Contributor
it is applicable with my problem where i want to stop the count of aging once i put a closed date. currently i use the formula =IF(TODAY()>C8,TODAY()-C8,0) for aging.