Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When I enter in a date in one cell, I have another cell I want the day of the
week to show up. In this cell I have =weekday(e51), and it gets me the day of the week fine, but in the other cells it defaults to Saturady, when I just want the cell to be blank until I enter in a date in the other cell. Is there a way to not get Saturay showing up? I have tried inputing =IF($E50="",0,IF($D50<0,weekdayd50,0)), and this does not work either. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(E50="","",WEEKDAY(E50))
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "bdog" wrote in message ... When I enter in a date in one cell, I have another cell I want the day of the week to show up. In this cell I have =weekday(e51), and it gets me the day of the week fine, but in the other cells it defaults to Saturady, when I just want the cell to be blank until I enter in a date in the other cell. Is there a way to not get Saturay showing up? I have tried inputing =IF($E50="",0,IF($D50<0,weekdayd50,0)), and this does not work either. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IS THERE AN INTERPOLATION FUNCTION IN EXCEL 2003 | Excel Worksheet Functions | |||
How do i execute a VBA function by clicking on an excel cell? | Excel Discussion (Misc queries) | |||
Excel 2003 Slow Function Argument Window | Excel Discussion (Misc queries) | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) |