Grammarjunkie
Board Regular
- Joined
- Mar 22, 2016
- Messages
- 86
Normally when I write formulas, I have no need for ranges. But in this case, I need L10:L75.
=IF(L10:L75="","blahblah","blahblahblah")
Doing it individually doesn't return a #value! error, but doing the range does. As someone who has never needed a range before, I'm not sure if I'm doing something wrong or if I'm missing something entirely.
Would anyone mind helping me fix the value error. I don't want to do an =IF(AND for every single cell L10 through L75 haha.
Thanks in advance.
=IF(L10:L75="","blahblah","blahblahblah")
Doing it individually doesn't return a #value! error, but doing the range does. As someone who has never needed a range before, I'm not sure if I'm doing something wrong or if I'm missing something entirely.
Would anyone mind helping me fix the value error. I don't want to do an =IF(AND for every single cell L10 through L75 haha.
Thanks in advance.
Last edited: