• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

date issue

ahhhmed

Member
I have three cells

A1, B1, C1, D1


In A1 I write the month

in B1 I write the date of the day

in C1 I write the year

How can I make excel put the day's name in D1?
 
Hi,

Assuming below :

A1 = 01

B1 = 31

C1 = 2011

D1 = Date(C1,A1,B1) .... then format it as Custom "DDD"


is this what you want?
 
Back
Top