Forum Discussion
poje12
Jul 24, 2023Copper Contributor
#value error
I need to make this formula if g3 and j3 are blank then h3 is blank. if g3 has a date and j3 is blank then h3=g3-b1. if g3 has a date and j3 has a date then h3="Done" =if(and(isblank(j3),isbla...
- Jul 24, 2023
HansVogelaar
MVP
poje12
Jul 25, 2023Copper Contributor
Thank you! I fixed it just by adding iferror but your one is much easier! 🙂