Forum Discussion
chris.stgermain
Mar 03, 2017Copper Contributor
Writing a formula to return a blank if no data is in an adjacent cell
I've forgoten how to how to write a simple formula that will keep the cell blank if there isn't any data in an adjacent otherwise it should do the calculation. This is how I wrote it. =IF((E7=" ...
Detlef_Lewin
Mar 03, 2017Silver Contributor
Hello Chris
=IF(E7="","",F6+E7)
chris.stgermain
Mar 03, 2017Copper Contributor
Thank you
It still returns the result of the formula. I'd the cell to remain blank until an entry is intered in E7.
- chris.stgermainMar 03, 2017Copper Contributor
Oh thank you. I figured it out. I had a space between the quoatation marks.
It works!
Thank you!