Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() I know this is very easy I just can't think right now. How do I check if a cell is populated and enter one specific string if it is. Ex: |A ___________|B_______________| |____________|_________________| |Example Data | EBCDIC__________| |No Data Here | This would be blank | Sorry bout the example being crude but I think it works. I need column B to populate with "EBCDIC" when there is data entered into column A. Thnx for any input. -- bbmerc ------------------------------------------------------------------------ bbmerc's Profile: http://www.excelforum.com/member.php...o&userid=26455 View this thread: http://www.excelforum.com/showthread...hreadid=397226 |
#2
![]() |
|||
|
|||
![]()
=IF( ISBLANK( A2), "A2 is blank", "A2 is not blank")
Chris |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying cell names | Excel Discussion (Misc queries) | |||
Cell color based upon cell value | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
IF statement to check cell contents | Excel Worksheet Functions | |||
"Check Marking" a cell | Excel Discussion (Misc queries) |