IF Command

  • Thread starter Thread starter ianripping
  • Start date Start date
I

ianripping

In column A I have values

1st
2nd
3rd

and in Column B I want it to say

January 04
January 04
January 04

I only want January 04 to appear when something is entered into the
adjacent Column A cell

Can anyone help?
 
B1: =IF(A1<>"","January 04","")

and copy down.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Back
Top