Hi Everyone,
I'm need some advice for nested if else. I needed a 10 item if-else situation and I am aware that the limit is 7. Plus I need it to continuously need to check value such that if user changes values, the if-else statements will auto adjust to new message(while retaining the ability to copy and paste).
The newer excel supports IFS which is awesome and I can get it to work on my laptop but unfortunately the computers actually using it can't be upgraded to support this (plus I want to be sure that it works on all computers no matter where the file is). I am aware of concatenation option but unfortunately I really do need to have some checks from the if else statements to prevent odd results (because my conditions involve three different cells with greater and less than values). I just tried to do a combo of concatenation and if-else statements but got some very weird results.
I am thinking of using VBA but would like the way if-else works. This would ensure that when ever user changes values in the cell, the if-else would be automatically updated with newest message. I tried VBA with Worksheet_SelectionChange(ByVal Target As Range) but when I tried copy and pasting these cells became inaccessible.
Thanks again for your knowledge and insight.
B
I'm need some advice for nested if else. I needed a 10 item if-else situation and I am aware that the limit is 7. Plus I need it to continuously need to check value such that if user changes values, the if-else statements will auto adjust to new message(while retaining the ability to copy and paste).
The newer excel supports IFS which is awesome and I can get it to work on my laptop but unfortunately the computers actually using it can't be upgraded to support this (plus I want to be sure that it works on all computers no matter where the file is). I am aware of concatenation option but unfortunately I really do need to have some checks from the if else statements to prevent odd results (because my conditions involve three different cells with greater and less than values). I just tried to do a combo of concatenation and if-else statements but got some very weird results.
I am thinking of using VBA but would like the way if-else works. This would ensure that when ever user changes values in the cell, the if-else would be automatically updated with newest message. I tried VBA with Worksheet_SelectionChange(ByVal Target As Range) but when I tried copy and pasting these cells became inaccessible.
Thanks again for your knowledge and insight.
B