ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Easy Peasy (https://www.excelbanter.com/excel-discussion-misc-queries/100311-easy-peasy.html)

ExcelBob

Easy Peasy
 

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


Toppers

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



ExcelBob

Easy Peasy
 

Brilliant!!

Thanks Toppers - you're a diamond.


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


David Biddulph

Easy Peasy
 
"ExcelBob" wrote in
message ...

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...


=IF(ISBLANK(C8),"",IF(ISBLANK(R8),"Active","Termin ated"))
--
David Biddulph



Toppers

Easy Peasy
 
David's response is smarter!

"ExcelBob" wrote:


Brilliant!!

Thanks Toppers - you're a diamond.


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




All times are GMT +1. The time now is 07:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com