Forum Discussion
Ri_De370
Nov 10, 2022Copper Contributor
Need help with an autofill formula
Hello I'm trying to create a row that autofills todays date when I plot data into a different row. The formula I have found (an example of it) is =IF(B1<>"", IF(A1<>"",B1,NOW()),"") I get the "T...
- Nov 10, 2022
OliverScheurich
Nov 10, 2022Gold Contributor
- Ri_De370Nov 10, 2022Copper Contributor
Thats odd, it absolutely downs't work for me. Tried using my own language too, no difference. Its highlighting this part: "",
EDIT: it was the semicolons. Duh. Thanks so much!