One of the easiest solutions to this issue I have found is to use a nested if function:
=IF(C1="","",IF(AND(C1>=0,C1<5),A1,""))
Or using durheim's soultion above you could nest the ISNUMBER() function in the first if and then your condition afterwards...
Hello All,
My name is Brad and I recently took a position as a software administrator in my company. I have used Excel for many projects over the years, but now there is a bigger need for me to be very proficient with Excel and data analysis. I discovered this site when I was trying to...