Getting #value error with nested if statements

Lotus User

New Member
Joined
Jan 3, 2018
Messages
17
The formula I am using is:

=IF(AND(C13>0,C25<C30),"MIN-OUT"),IF(AND(C18>0,C27<0),"MIN-OUT",IF(C27<=0,"MET","OUT"))

My formula is in cell C29 and I am getting the #VALUE ERROR. I've checked all the cell formatting and they are all set to number. Any suggestions?
Here is the data. Can't figure out how to do an actual screen shot post.

C13=38
C25=48.50
C3047.86
C18=0.00
C27=-8.50

Sun
Date 01/07
CensusALF38
Memory
RTF
Total38
Hours AllowedALF57.00
Memory0.00
RTF0.00
Adj for Min0.00
Total57.00
Effective Ratio 1.50
Actual HoursRegular48.50
Overtime
Agency
Total48.50
Over/Under -8.50
MET/OUT! #VALUE !
47.86

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

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
=IF(AND(C13>0,C25 < C30),"MIN-OUT"),IF(AND(C18 > 0,C27 < 0),"MIN-OUT",IF(C27 < =0,"MET","OUT"))

hopefully THIS formula posts correctly
 
Upvote 0
=IF(AND(C13>0,C25 < C30),"MIN-OUT"),IF(AND(C18 > 0,C27 < 0),"MIN-OUT",IF(C27 < =0,"MET","OUT"))

Looks like misplaced )
Should be
=IF(AND(C13>0,C25 < C30),"MIN-OUT",IF(AND(C18 > 0,C27 < 0),"MIN-OUT",IF(C27 < =0,"MET","OUT")))
 
Upvote 0

Forum statistics

Threads
1,216,172
Messages
6,129,291
Members
449,498
Latest member
Lee_ray

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