Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have three columns. Only 1 column may have a name and the other 2 columns
would be blank. What is the best formula to give me the name listed in either of the three columns. I started this formula but it isn't working: IF(Z4=" ",AA4,IF(AA4=" ",AB4,IF(AB4=" ",Z4,""))) |