A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Maybe cell C7 is formatted as text. If so, then change the cell format to General or Number or transform your formula by placing double negative (--) signs before C7. So in this case your formula would look like this below:
=IF(--C7="","",IF(--C7=4,"Youre on Track",IF(--C7=3,"Getting Closer",IF(--C7=2,"Keep Trying",IF(--C7=1,"Lets Talk About This")))))
Hope this helps.