Hi
Need help.
Need a correct formula
if a=97-100 then b=1,1
if a=85-96,99 then b=1
Thanks in advance
Hi
Need help.
Need a correct formula
if a=97-100 then b=1,1
if a=85-96,99 then b=1
Thanks in advance
Try this:
=IF(AND(A1>=85;A1<97);1;IF(AND(A1>=97;A1<=100);1,1;0))
Last edited by AliGW; 12-14-2016 at 06:18 AM.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Try this in B1:
=IF(A1>=97;1,1;IF(A1>=85;1;""))
You have not said what you want if a is below 85 - this formula returns a blank.
Hope this helps.
Pete
Maybe I'm missing something - (wouldn't be the first time) but you appear to be saying that all the values from 85-100 should result in a 1.
Hence if so, why do you want two if tests?
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Richard,
I think the OP uses a comma instead of a decimal point, so 97-100 equates to 1.1 and 85-97 equates to 1.0
Pete
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks