Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The Weekday() function can display the numeric value of the day of the week.
I've done this. Now, I'd like to display 1=Sun; 2=Mon etc. Without going through a nested IF(A5=1,"Sun",if(A5=2,"Mon",....)))))) etc. is there a function that I'm missing here that's MUCH simpler? Suggestions appreciated!!! Tia, Tom |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about just looking at the whole date:
=text(a1,"ddd") Tom wrote: The Weekday() function can display the numeric value of the day of the week. I've done this. Now, I'd like to display 1=Sun; 2=Mon etc. Without going through a nested IF(A5=1,"Sun",if(A5=2,"Mon",....)))))) etc. is there a function that I'm missing here that's MUCH simpler? Suggestions appreciated!!! Tia, Tom -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
What if we change the format of the cell to Customer - dddd I think that would give the weekday. regards, Sajen "Dave Peterson" wrote: How about just looking at the whole date: =text(a1,"ddd") Tom wrote: The Weekday() function can display the numeric value of the day of the week. I've done this. Now, I'd like to display 1=Sun; 2=Mon etc. Without going through a nested IF(A5=1,"Sun",if(A5=2,"Mon",....)))))) etc. is there a function that I'm missing here that's MUCH simpler? Suggestions appreciated!!! Tia, Tom -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Tom
You could just use =A5 and FormatCellsCustom ddd -- Regards Roger Govier "Tom" wrote in message ... The Weekday() function can display the numeric value of the day of the week. I've done this. Now, I'd like to display 1=Sun; 2=Mon etc. Without going through a nested IF(A5=1,"Sun",if(A5=2,"Mon",....)))))) etc. is there a function that I'm missing here that's MUCH simpler? Suggestions appreciated!!! Tia, Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct issues | Excel Worksheet Functions | |||
Need some comments on my Utility_Move class module. | Excel Worksheet Functions | |||
Function to display day in text format | Excel Worksheet Functions | |||
Macro or Function to make text size to suite text Length? | Excel Discussion (Misc queries) | |||
in excel how to display results of a function and text in the sam. | Excel Worksheet Functions |