How to return a blank value without using ""

Hey everyone,

Using this dope tool from 6 months, a life saver!!

I want to return a blank value in my else body

IF((Marks>90),“A”, here I wanted to keep it blank)

Hey stacker,

You can simply use the BLANK() function and your formula would look like below:

IF((marks>90),“A”,BLANK())

Hope it would work fine :slight_smile: