=(B3-TODAY())*2000

this should yield a negative value because 'Today()' will alway be larger than any previous date.

the correct form should be

=(TODAY()-B3)*2000