Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Jcc31, Your Formula should look like this... =IF(F:F=\"\", CONCATENATE(D1, \"\", E1), CONCATENATE(D1, \"\", E1, \"APT, F1)) An alternate way to using CONCATENATE is this... D1 & \"\" & E1 You should be aware that this test will only be TRUE when the cell in same row as the Formula in Column F is empty. Example: Formula is in cell C4. The formula check cell F4 to see if it empty. The Formula doesn't scan the entire range to see if it is empty. If you want the result in C4 to return true when all of column F is empty, you will need to check this differently. In answer to question about checking both null and spaces at the same time, the answer is no. You have to check for each condition individually. Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465 View this thread: http://www.excelforum.com/showthread...hreadid=494725 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |