Not sure if need multiple IF statements or OR statement?

shellwig

New Member
Joined
Dec 22, 2015
Messages
38
Office Version
  1. 365
Platform
  1. Windows
Hello - I'm trying to build a formula where , IF result is >200%, return "NM", IF results is <200%, return "NM" but if result is between those parameters then calculate the result. Thank you in advance.

1728063247703.png
 
Thank you very much for all your responses. I might not have explained it well enough but Asbsetos_Jen response seem to have satisfy all my conditions. Again Thank you!
 
Upvote 0

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Something like this:
=IF(ABS(A4/A1)>2,"NM",A4/A1)

Sorry for the late response, I guess I didn't actually hit the Reply button. LOL
 
Upvote 0
Thank you very much for all your responses. I might not have explained it well enough but Asbsetos_Jen response seem to have satisfy all my conditions. Again Thank you!
My earlier post should do the exact same thing as that post.
Did you even try it?
I do not see any situation in which my formula would not return the same result as hers.
Perhaps you just don't understand what the ABS function does. It totally eliminates the need for an OR, so makes the formula a little shorter/simpler.
See: ABS Function
 
Upvote 0

Forum statistics

Threads
1,223,958
Messages
6,175,638
Members
452,663
Latest member
MEMEH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top