Morning All,
For some reason i cannot get the below IF string to work, keeps bringing up #Value ! error but will work if the Sold cell is blank.
Thanks
For some reason i cannot get the below IF string to work, keeps bringing up #Value ! error but will work if the Sold cell is blank.
Thanks
Code:
[COLOR=#444444][FONT=Calibri]=IF(AND(ISBLANK([Sold]),ISBLANK([Bought])),"",IF(AND([Bought]>0,ISBLANK([Sold])),ABS(TODAY()-[Bought]),IF(AND([Bought]>0,[Sold]>0),ABS([Sold]-[Bought]),"")))
[/FONT][/COLOR]