Reputation: 295
I'm working on two cells, one in column P and the other in column T. (see the image below).
For the column P, I used =if(REGEXMATCH(I2,"Grade 7"),REPLACE(I2,1,9,""),"")
as a formula so it means that the cell is not empty, right? So, the goal is to have cell T17 return blank when cell P17 has no value or returns as blank.
Upvotes: 2
Views: 2189
Reputation: 295
I already figured it out.
The formula that I used for cell T19: =IF(P17="","","2021-2022")
Upvotes: 3