Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Hi, I need an "IF" function for the concaterate formula that I'm working on below: Reference & Element = Consolidation 222 & 10000 = 22210000 = CORRECT " " & 10000 = 10000 = WRONG The consolidation field can only be populated with characters if both the reference and element fields are populated. If either 'Reference' or 'Element' is missing characters, the consolidation field must be not be populated with any characters. It must simply read 'false' or 'blank'. Thanks. -- addie ------------------------------------------------------------------------ addie's Profile: http://www.excelforum.com/member.php...o&userid=25526 View this thread: http://www.excelforum.com/showthread...hreadid=390069 |
#2
![]() |
|||
|
|||
![]()
Hi,
Use =IF(OR(ISBLANK(A1),ISBLANK(B1)),"",A1&B1) where column A has reference and column B has element. copy it to the range you need. Govind addie wrote: Hi, I need an "IF" function for the concaterate formula that I'm working on below: Reference & Element = Consolidation 222 & 10000 = 22210000 = CORRECT " " & 10000 = 10000 = WRONG The consolidation field can only be populated with characters if both the reference and element fields are populated. If either 'Reference' or 'Element' is missing characters, the consolidation field must be not be populated with any characters. It must simply read 'false' or 'blank'. Thanks. |
#3
![]() |
|||
|
|||
![]() Govind, IT WORKED!!!!!!!!!! :) Thank you so much. All the best, Addie -- addie ------------------------------------------------------------------------ addie's Profile: http://www.excelforum.com/member.php...o&userid=25526 View this thread: http://www.excelforum.com/showthread...hreadid=390069 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Again-revealing the contents of formula | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
IF & VLOOKUP FORMULA | Excel Worksheet Functions | |||
Problem with VBA returning the contents of a long formula. | Excel Discussion (Misc queries) | |||
=IF Statement formula or conditional formatting | Excel Worksheet Functions |