Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi everybody,
I know I may be asking a basic question, but the problem is driving me nuts. I have month typed in one cell and I want to call the number of days in another specific cell. How do I do that?? Regards Sudip Roy |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
sudip wrote:
Hi everybody, I know I may be asking a basic question, but the problem is driving me nuts. I have month typed in one cell and I want to call the number of days in another specific cell. How do I do that?? Regards Sudip Roy If, as you say, you have typed the month's name in a cell, say is F4, you can have the number of days of the month in another cell in which you type this formula: =DAY(DATE(YEAR(VALUE("1/"&F4&"/"&YEAR(TODAY()))),MONTH(VALUE("1/"&F4&"/"&YEAR(TODAY())))+1,0)) You have to format as General or as Number the cell in which you insert the formula. -- (I'm not sure of names of menus, options and commands, because translating from the Italian version of Excel...) Hope I helped you. Thanks in advance for your feedback. Ciao Franz Verga from Italy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change cell Colour when a number of days have been passed | Excel Discussion (Misc queries) | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
i want to display the month from a date into another cell | Excel Worksheet Functions | |||
how do i display the total number of days in the current month in. | Excel Discussion (Misc queries) | |||
Count number of days in given month? | Excel Worksheet Functions |