Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a question.
When i enter this formula it gives me the type of day in a number form ex 1 equals monday, 2 equals tuesday and so on. =WEEKDAY(A1,2) In column A 1 down i have dates, some cells down are also blank. when there is no date it shows number 6 egualing saturday. How can i get this formula to show me error instead of 6 when there is no date in column A. Also i have a second question. How can i find the MOST common denominator between a cell range A2: A2000. these cells only conatin containing numbers 1 thru 6. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=WEEKDAY(A1,2)
How can i get this formula to show me error instead of 6 when there is no date in column A. Maybe something like this: =IF(A1="","error",WEEKDAY(A1,2)) How can i find the MOST common denominator between a cell rangeA2: A2000. Maybe this: =MODE(A2:A2000) -- Biff Microsoft Excel MVP "Jman" wrote in message ... I have a question. When i enter this formula it gives me the type of day in a number form ex 1 equals monday, 2 equals tuesday and so on. =WEEKDAY(A1,2) In column A 1 down i have dates, some cells down are also blank. when there is no date it shows number 6 egualing saturday. How can i get this formula to show me error instead of 6 when there is no date in column A. Also i have a second question. How can i find the MOST common denominator between a cell range A2: A2000. these cells only conatin containing numbers 1 thru 6. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Great,, you have helped me before and as always you're spot on.
Thanks Much. "T. Valko" wrote: =WEEKDAY(A1,2) How can i get this formula to show me error instead of 6 when there is no date in column A. Maybe something like this: =IF(A1="","error",WEEKDAY(A1,2)) How can i find the MOST common denominator between a cell rangeA2: A2000. Maybe this: =MODE(A2:A2000) -- Biff Microsoft Excel MVP "Jman" wrote in message ... I have a question. When i enter this formula it gives me the type of day in a number form ex 1 equals monday, 2 equals tuesday and so on. =WEEKDAY(A1,2) In column A 1 down i have dates, some cells down are also blank. when there is no date it shows number 6 egualing saturday. How can i get this formula to show me error instead of 6 when there is no date in column A. Also i have a second question. How can i find the MOST common denominator between a cell range A2: A2000. these cells only conatin containing numbers 1 thru 6. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Jman" wrote in message ... Great,, you have helped me before and as always you're spot on. Thanks Much. "T. Valko" wrote: =WEEKDAY(A1,2) How can i get this formula to show me error instead of 6 when there is no date in column A. Maybe something like this: =IF(A1="","error",WEEKDAY(A1,2)) How can i find the MOST common denominator between a cell rangeA2: A2000. Maybe this: =MODE(A2:A2000) -- Biff Microsoft Excel MVP "Jman" wrote in message ... I have a question. When i enter this formula it gives me the type of day in a number form ex 1 equals monday, 2 equals tuesday and so on. =WEEKDAY(A1,2) In column A 1 down i have dates, some cells down are also blank. when there is no date it shows number 6 egualing saturday. How can i get this formula to show me error instead of 6 when there is no date in column A. Also i have a second question. How can i find the MOST common denominator between a cell range A2: A2000. these cells only conatin containing numbers 1 thru 6. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to find common cells in several columns | Excel Worksheet Functions | |||
How do I find the 6 most common | Excel Discussion (Misc queries) | |||
A fraction not converted to Lowest Common Denominator form? | Excel Discussion (Misc queries) | |||
HOW TO FIND THE GREATEST COMMON FACTOR | Excel Worksheet Functions | |||
lowest common denominator | Excel Worksheet Functions |