This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hi, In my workflow
i want to use a multi row and exclude the rows starting with END OF and only consider the other rows so that i can then extract the number from.those rows .
Any help on the formula to be used in multi row
Hi @Tid14
You can use a filter tool like below to filter of rows that start with "End Of"
Hope this helps : )
Hi @Tid14 ,
Multi row formula will be unnecessary. Just use a filter with the parameter LEFT([Field], 6) != 'End of'
Hope this helps!