Forum Discussion
Nested If condition
Hi R_,
As R_ I also don't understand your requirements, can you please post an example of the final result you need and also the requirements ni text not with IF formulas.
Regards,
MFelix
Hi MFelix ,
Let me explain once again.
Let we have 3 bucket for 2017 condition:
<=1000
1000-2000
>3000
I have to find out the count of Employee which has <=1000 salary in last year (2016) :: We have 2 Emp(highlighted in bold for 2016) which comes under 1000 bucket.
So we can create bucket for 2016 as:
IF(AND(Amount <=1000, Year = (Max(Year)-1),”<=1000”,Blank())
Now Question comes that in which bucket these 2 emp(highlighted in bold for 2017) are belong to?
So how to write if condition for 2017 bucket. I have tried but below condition is not working..
IF(AND(Amount <=1000, date(Year) = Max(date(Year))),
IF(and(Amount <1000, max(date(year)-1))),">1000",Blank()))
Regards,
R_
- MFelix8 years agoSuper User
Hi R_,
Just to help you better, the questions that you make are the ones that have to be answered in order to have your formula.
You want to have buckets by year and the 3 buckets or only by the 3 buckets?
As I said if you can post in your image the expected result for each line it would be easier to help you, sorry for insisting on this but still not clear on what are the requirements of your question.
regards,
MFelix