↓のA列にある値が5未満の個数、5以上の個数、10以上の個数をカウントする
↓結果このようにB列に書き込みたいです
分かる方いらしたら教えてください!
↓のA列にある値が5未満の個数、5以上の個数、10以上の個数をカウントする
↓結果このようにB列に書き込みたいです
分かる方いらしたら教えてください!
Hi @TAKAHITO,
Try this xaml:
ExcelDataTable.xaml (15.5 KB)
Sample output - Please refer Sheet2.
Data.xlsx (10.8 KB)
Thanks!
ありがとうございます!
cint(Regex.Match(row(0).ToString, "\d+").Value)
↑これについて解説していただいてもよろしいでしょうか?
row(0).tostring = 5未満 or 5以上 or 10以上
Note: https://regex101.com/ - To learn more on regex…!
Thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.