G
GreenMonster
I have the following IF AND function
=IF(AND(H25>0,D25="P",F25="IJ"),MIN(H25:J25)-(3/8),"")
The cell F25 can also contain "M" as a value...if so I need the function to
calculate the exact same way if "M" is choosen by the user. Do I need to
include the OR function since F25 can be either "IJ" OR "M"?
If so, I haven't been able to wrtie the function properly using OR.
Any ideas?
Thanks
=IF(AND(H25>0,D25="P",F25="IJ"),MIN(H25:J25)-(3/8),"")
The cell F25 can also contain "M" as a value...if so I need the function to
calculate the exact same way if "M" is choosen by the user. Do I need to
include the OR function since F25 can be either "IJ" OR "M"?
If so, I haven't been able to wrtie the function properly using OR.
Any ideas?
Thanks