1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UiPathで営業日を算出する

Posted at

※と、タイトルで申していますが、ちょっとエクセルの関数も使ってます。(タイトル詐欺)

解説に入る前に

UiPathには、営業日を算出してくれるアクティビティは存在しないため、(※当事者調べ)
エクセルのWORKDAY関数を利用するしかありません。

なので、1~2個の日付から営業日を算出する場合、エクセルだけで大丈夫だと私は思っています。

ただ、もし仮に、営業日の算出で使用する元データが「大量・可変・量が決まっていない」等の要素があれば、UiPathを取り込んだ営業日算出が便利だと思います。
ui2.JPG

準備

今回は、下記のシートが用意された前提で解説します。
ui3.JPG

営業日を算出

まず、WORKDAY関数を利用して、営業日を算出します。
ui4.JPG

そして算出された数値を、日付の形に変更すれば完了です。
ui5.JPG

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?