New to excel and learning, need guidance.

HPGiroux

New Member
Joined
Feb 19, 2024
Messages
9
Office Version
  1. 365
Platform
  1. Windows
Hi everyone!

I thought I had found the right formula, but I clearly have not. I'm looking for the following: If H5 (% result) is equal to or greater than 80% and equal to or less than 84%, give it 5 points, If H5 is equal to or greater than 85% and equal to or less than 89%, give it 15 points and if it's equal to or greater than 90%, give it 20 points. My current formula just reads false no matter the result in H5. Could you please tell me where I'm going wrong? or what formula to look at?

Current formula: =IF(AND(H5>=0.8, M7<=0.84), "5",IF(AND(H5>=0.85, H5<=0.89), "15",IF(H5>=0.9,"20")))

Thank you in advance for any help!

Sincerely,

Hollie
 
Now another thing that was previously seeming working that now is not: I need the yellow cell to calculate the numbers that populate.
 

Attachments

  • Screenshot 2024-02-19 105839.png
    Screenshot 2024-02-19 105839.png
    4.9 KB · Views: 2
Upvote 0

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Now another thing that was previously seeming working that now is not: I need the yellow cell to calculate the numbers that populate.
I corrected the other formulas by taking out the " " and it works. Thanks again!!
 
Upvote 0

Forum statistics

Threads
1,215,105
Messages
6,123,114
Members
449,096
Latest member
provoking

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