안녕하세요, uipath로 현재 프로세스를 만들고 있는 학생입니다. 엑셀에 수식을 통해서 조건에 맞는 값을 입력하는 식을 세우고 있는데 오류가 나고 있습니다. 이런 상황에서는 어떻게 해야 할까요?
원래 작성하려던 식은
=IF($H2:$H51>=10000,“베스트셀러”,IF($H2:$H51>=5000,“잘 알려진 책”,IF($H2:$H51>=2000,“초반 마케팅 수준”,“절판권고”)))입니다.
Hello, I’m a student who is currently creating a process with uipath. I’m setting up an expression to enter a value that meets the conditions through a formula in Excel, but there’s an error. What should we do in this situation?
The expression I was going to write
=IF ($H2:$H51>=10000 “Best Seller”, IF ($H2:$H51>=5000 “Famous Books”, IF ($H2:$H51>=2000 “Initial Marketing Level” “Recommendation”)).