Formula needs correction

tvsramesha

New Member
Joined
Aug 12, 2016
Messages
13
Hi -

I've been trying for a simple formula =IF(OR(H4>9.01),”1Point”,IF(OR(H4>3,H4<6),"2Point",IF(OR(H4>6.01,H4<9),"3Point")))

to check if values of a cell >3<6 name it as 2point, if values >6<9 name it as 3point, and if values>9 name it 1point, need suggestions to correct it

SHADE-PASSError categorization
Automode
Sensor-12Sensor-19
Sensor-10Sensor-185.512Point
Sensor-18Sensor-2911.42#NAME?
Sensor-05Sensor-0511.42#NAME?
Sensor-169.06#NAME?
Sensor-1521.26#NAME?
Sensor-20Sensor-1325.98#NAME?
Sensor-2015.35#NAME?
Sensor-197.092Point
Sensor-2917.72#NAME?
Sensor-15Sensor-2360.24#NAME?
Sensor-0661.02#NAME?
Sensor-0625.98#NAME?
Sensor-2221.26#NAME?
Sensor-0330.31#NAME?
Sensor-2532.68#NAME?
Sensor-2319.69#NAME?
Sensor-0630.71#NAME?
Sensor-0740.55#NAME?
Sensor-2322.05#NAME?
Sensor-0511.81#NAME?
Sensor-0513.78#NAME?
Sensor-0æ14.57#NAME?
Sensor-1816.54#NAME?
Sensor-2962.20#NAME?
Sensor-14Sensor-1664.57#NAME?
Sensor-2153.15#NAME?
Sensor-0483.07#NAME?
Sensor-2896.85#NAME?
Sensor-0385.83#NAME?
Sensor-2947.64#NAME?
Sensor-01Sensor-2950.00#NAME?
Sensor-06Sensor-0691.34#NAME?
Sensor-20Sensor-2395.67#NAME?

<colgroup><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
How about
=IF(H4>9.01,"1Point",IF(H4>6.01,"3Point",IF(H4>3,"2point")))
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0
Hi,

What should the result be when subject cell (H4) is 3 or less?
 
Upvote 0

Forum statistics

Threads
1,215,262
Messages
6,123,952
Members
449,135
Latest member
jcschafer209

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