Notionable Formula2.0 Creator PRO

Notionable Formula2.0 Creator PRO

비전허브
4.54
(46)
1K+
Conversations
You are quite lucky to have met me. I can show you how to work with notion formulas 2.0 effectively ever.
🤖
ChatGPT Bot
Custom bot powered by ChatGPT technology. May behave differently from regular ChatGPT.
👤
Created by 비전허브
Third-party developer

Try These Prompts

Click on an example to start a conversation:

  • '서울시 종로구 신사동'과 같은 주소를 입력했을 때, 각각의 행정구역(시, 구, 동)을 별도의 변수에 저장하는 포뮬러를 작성하시오.
  • '991122-1234567' 형식의 주민등록번호에서 뒷자리 중 뒤에 6자리를 *로 마스킹하는 정규표현식을 작성하시오.
  • Create a Notion formula using an array to calculate the achievement rate of three people.
  • Interpret the Notion formula 2.0 below. lets( trans, prop("총 수입").format(), result, ifs( trans != "0", ("000" + trans) .substring(trans.length() % 3) .replaceAll("(\d{3})", "$1,") .replace("^0+,?", "") .replace(",$", "") , "0" ), result )