Popup menu list based on condition
Von Bad_Wolf. | 28 August, 2021 - 22:08
Hi all,
This is my problem. I have a "popup menu button" in my spreadsheet. The title is kind of a list based on a condition. This is the list in case there is only 1 item:
meter
piece
This is the list when there is more than 1 item:
meters
pieces
I use an "If" condition inside the "Title" field. The result I get is "meterpiece". I even try to put:
Concat('meter'&Char(13);'pie
which I thought would give me:
meter
piece
but gives me again meterpiece with a strange rectangle between meter and piece.
Is it possible to get a list of options correctly in the popup title field with a formula?
I thank you in advance for your help.
Chris