Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
i need a cell to return a text answer based on the cell contents being even
or an odd number for ex. if cell#= 0,2,4,6,8, or 1,3,5,7,9 then in new cell display text |
#2
![]() |
|||
|
|||
![]()
Hi
one way (includes checking for text and blank entries) with the number to test in A1 =IF(ISNUMBER(A1),IF(ISEVEN(A1),"even num",IF(ISODD(A1),"odd num","no num")),"not a number") Cheers JulieD "can'tremembersquat" wrote in message ... i need a cell to return a text answer based on the cell contents being even or an odd number for ex. if cell#= 0,2,4,6,8, or 1,3,5,7,9 then in new cell display text |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF & VLOOKUP FORMULA | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
Relative Indirect Formula Referencing? | Excel Worksheet Functions | |||
Help with macro formula and variable | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |