Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I am trying to set up formula which will give me few options for total height ( I need 6 options)
I found IF AND formula the best, but it works perfect only with one condition AND
if(and([Рама 34/59], [Створка 48/33]), 92 мм, 0 мм)
I need something like this! but it doesnt workS:
total height = if(and([Рама 34/59], [Створка 48/33]), 92 мм, if (and([Рама 34/59], [Створка 50/41]), 100 мм, 0 мм, if (and([Рама 44/69], [Створка 50/41]), 110 мм, 0 мм)))
Solved! Go to Solution.