Hi Poushali,
Right - your question was clear. However, I omitted a suggestion in my first response that might be the simplest solution for you. LEAP's conditional "If()" statement can recieve multiple arguements, which you could use to design an energy use ladder in your model. have a look at
this help page.
So for example, if your income data was stored in a variable called Key\Income, you could enter an expression like this into a Final Energy Intensity variable:
If(Key\Income[Thousand Dollars]<4, 1, Key\Income[Thousand Dollars]<5, 2, Key\Income[Thousand Dollars]<6, 3, 5)
Best,
Taylor