Thread: [Solved] If statement question
View Single Post
 
Old 06-04-2014, 09:23 AM
mbesspiata mbesspiata is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: Mar 2011
Location: Virginia
Posts: 57
mbesspiata is on a distinguished road
Default

OK. I think I might not be expressing what I need. I am clear on the the cell reference designation. I want to put both the if statements in one cell. Here is what I have so far (that doesn't work).
=IF(E3=1,"LOW")+IF(E3=MAX(E:E),"HIGH")
Reply With Quote