=IF(A2>2500,"H","L")
that is putting an h where no data has been entered so it is not working either.
=if(a2="","",if(a2>2500,"h","l"))
Thank you ONEMINUTETUTORIAL that works perfectly
How does that differ from what you already had, i.e. =IF(A2="","",IF(A2>2500,"H","L")) ?
yeah, it looks like I had it right but it was not working for me but then when I copy and paste what he wrote it worked I must have had an error some how when I typed it in. my mistake