Forum Discussion
2 lists, 1 if
try:
=IF(A1="";"",IF(A1=1;"list1";"list2"))
just needed the quotes, I'm assuming your formula seperator is ; and not the normal , as this worked for me.
Not sure about the next part, would need to think about it
Thanks for your response. Unfortunately it did not work for me. I tried all sorts of combinations with the quotes, but I keep receiving an error. This is the formula I type in: =JEŻELI(A1="";"";JEŻELI(A1=2;"PamelaKlim2";"PKlim1")) .
"Jeżeli" is the Polish "IF"
- SergeiBaklanNov 30, 2017Diamond Contributor
Hi Bartosz,
Formula shall work correctly if only your A1 cell is not formatted as text. If it's in text format when you receive blank if A1 is empty and "PKlim1" for any other value.
Check in any cell =ISTEXT(A1)
- Bartosz HellerDec 01, 2017Copper Contributor
Ok. It's not tekst. It seems I've done something wrong in the whole thing. I think is the lists I've created. Could you walk me going through not creating a list but adding it to a specifik sheet.