Prev: I type in a number in a cell but it wont convert to currency help
Next: Macro to select last row
From: Malcolm on 27 May 2010 17:35 I have linked two columns on a worksheet so that when I type in the date in cell C6 it also appears in cell J6. I entered =$C$6 in J6, and this works except sometimes I don't need to use the date cells. My problem is in cell J6 the date appears as 1/0/00 until I type the date into cell C6. What am I doing wrong? Thanks, Malcolm
From: Fred Smith on 27 May 2010 18:38 A common issue. Do it this way: =IF($C$6="","",$C$6) Regards, Fred "Malcolm" <Malcolm(a)discussions.microsoft.com> wrote in message news:38BB4EBC-DF1F-4CCB-A09C-02E79923F80B(a)microsoft.com... >I have linked two columns on a worksheet so that when I type in the date in > cell C6 it also appears in cell J6. I entered =$C$6 in J6, and this works > except sometimes I don't need to use the date cells. My problem is in cell > J6 > the date appears as 1/0/00 until I type the date into cell C6. What am I > doing wrong? > Thanks, > Malcolm >
|
Pages: 1 Prev: I type in a number in a cell but it wont convert to currency help Next: Macro to select last row |