Thread: Easy Peasy
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Easy Peasy


=IF(C8="","",IF(AND(C8<"",R8=""),"Active",IF(AND( C8<"",R8<""),"Terminated")))

"ExcelBob" wrote:


But my brain isn't working this morning;

Want to enter a formula for the following;

if c8 contains a value and r8 is blank return the text "Active"
or if c8 contains a value and r8 contains a value return the text
"Terminated"
or if c8 is blank leave the current cell blank

Hope some brain box can help me....Thanks in adv...

ExcelBob


--
ExcelBob
------------------------------------------------------------------------
ExcelBob's Profile: http://www.excelforum.com/member.php...o&userid=34152
View this thread: http://www.excelforum.com/showthread...hreadid=563210