dates

  • Thread starter Thread starter puiuluipui
  • Start date Start date
P

puiuluipui

Hy, i need to write a date and the formula to show me the day.

Example:

a b
1 11.06.2008 monday
2 06.06.2008 friday
3 saturday !!!!!problem

The formula is in "b" cell. I use this formula and its working but if i dont
write anything in cell "a", the formula show me "saturday". I dont want
anything to show in "b" cell unless i write something in "a" cell.

Thanks in advance.
 
Assuming that your dates are real dates (ie like 11/6/2008 not with decimal
points) then in B1 enter:

=IF(A1="","",A1)

and Custom format as dddd

then copy down using the fill handle

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

#N/A 4
Shift Schedule Formula 1
IF Statement evaluating Dates and Weekdays 5
2 FORMULA IN 1 4
tab name 7
Get next working day 3
Formula for adding a day to a particular date. 1
If Tuesday subtract 4 (Formulas) 3

Back
Top