Hi,
I am trying to do an if/index/match statement to pull the contents of a cross reference cell if it is not blank into a single cell. I need to be able to list several non-blank values with a paragraph break in between in a single cell and I am drawing a blank.
Right now I have this:
=IF({ParkingLotBlockedComm} <> "", INDEX({ParkingLotBlockedComm}, MATCH([Archibus Bldg ID]@row , {BuildingID}), 0), "")
ParkingLotBLockedComm is my comments field, and I need the value/contents of that cell to be listed for the matching row using the Archibus Building ID number. I have several comments fields that i need to list so it would be:
ParkingLotBlockedComm
Paragraph break
SidewalksBlockedComm
Paragraph break
etc
I hope this makes sense, and someone can help.
Lisa