Hi there,
I'm not that experienced with Excel, so I'm hoping this is an easy question for you!
I created the IF statement below and it returns the values "poor" and "good" - no issues there. For the third value, I want to pull text from another worksheet (Recommendations) which is in cell B5. But currently, Excel returns "=Recommendations'!B5". What am I doing wrong?
=IF($B3<5,"Poor",IF($B3>7,"=Recommendations'!B5","Good"))
Thanks!
I'm not that experienced with Excel, so I'm hoping this is an easy question for you!
I created the IF statement below and it returns the values "poor" and "good" - no issues there. For the third value, I want to pull text from another worksheet (Recommendations) which is in cell B5. But currently, Excel returns "=Recommendations'!B5". What am I doing wrong?
=IF($B3<5,"Poor",IF($B3>7,"=Recommendations'!B5","Good"))
Thanks!