Hi,
I have my accounts in excel from 200000 to 499999 and i want to do an IF(AND function for cell A1 where i differentiate the output in Raw materials and services and so on.
The first step i can make work: =IF(AND(A1>200000,A1<300000);"Raw materials";"") This part works. But i want to do nested IF's so the same formula shows whether it is 200000-300000 (raw materials) or 300000-400000 (services) 400000 - 499999 (other services).
Is this possible?
Thank you in advance for your help
I have my accounts in excel from 200000 to 499999 and i want to do an IF(AND function for cell A1 where i differentiate the output in Raw materials and services and so on.
The first step i can make work: =IF(AND(A1>200000,A1<300000);"Raw materials";"") This part works. But i want to do nested IF's so the same formula shows whether it is 200000-300000 (raw materials) or 300000-400000 (services) 400000 - 499999 (other services).
Is this possible?
Thank you in advance for your help