Been wracking my brains with this one and I suspect there is an easy solution but I cannot figure it out.
I'm trying to work out the number of days since a particular item has sold but in some instances, it has never sold and so Excel churns out a reference of 43726.
[TABLE="width: 500"]
<tbody>[TR]
[TD]REF[/TD]
[TD]LAST SOLD[/TD]
[TD]CURRENT DATE[/TD]
[TD]DESIRED VALUE[/TD]
[/TR]
[TR]
[TD]REF1[/TD]
[TD]15/09/19[/TD]
[TD]18/09/19[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]REF2[/TD]
[TD]01/09/19[/TD]
[TD]18/09/19[/TD]
[TD]18[/TD]
[/TR]
[TR]
[TD]REF3[/TD]
[TD]<null></null>[/TD]
[TD]18/09/19[/TD]
[TD]Never Sold[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to achieve my desired values above? I suspect a nested IF formula? Having a real hard time
I'm trying to work out the number of days since a particular item has sold but in some instances, it has never sold and so Excel churns out a reference of 43726.
[TABLE="width: 500"]
<tbody>[TR]
[TD]REF[/TD]
[TD]LAST SOLD[/TD]
[TD]CURRENT DATE[/TD]
[TD]DESIRED VALUE[/TD]
[/TR]
[TR]
[TD]REF1[/TD]
[TD]15/09/19[/TD]
[TD]18/09/19[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]REF2[/TD]
[TD]01/09/19[/TD]
[TD]18/09/19[/TD]
[TD]18[/TD]
[/TR]
[TR]
[TD]REF3[/TD]
[TD]<null></null>[/TD]
[TD]18/09/19[/TD]
[TD]Never Sold[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to achieve my desired values above? I suspect a nested IF formula? Having a real hard time