初心者のうちは、Fubctionもそうですが、配列も苦手な分野です。 ましてや、Fubctionと配列を合体など、とんでもない事ですね。 でも意外とカンタンです。 Functionと配列を合体させる こんにちは。伊川(@naonaoke)です。 侍エンジニアのサイトでは、最後に、配列 ...
Functionは、決して、消費税の計算や、合否判定を行うためにあるわけではありません。 ルーティンワークで、必ず活躍してくれるのが、Functionです。 Functionで、コードを短くする こんにちは。伊川(@naonaoke)です。 今回は前回の続きになります。 むしろ、普通 ...
The IF function in Excel is a powerful tool that allows you to perform logical tests and return different values based on the results of those tests. It's commonly used to make decisions and perform ...
本連載では、Excel VBA (Visual Basic for Applications)を使ってできることを、トピックごとに紹介していきます。特に最近注目されている様々なWebサービスについて、Web API (Application Programming Interface)を経由して、Excelから利用する方法を多く取り上げる予定です。
この記事はインプレス刊『生成AIをWord&Excel&PowerPoint&Outlookで自在に操る超実用VBAプログラミング術』(近田伸矢 著/古川渉一 監修)の一部を編集・転載しています(編集部) ChatGPTやDALL-Eなどの生成AIを身近に感じる機会がグッと増えていると感じる方は ...
MS Excel/VBA interpolation function This function enables user of MS Excel interpolate a set of data points (x, y) with a bezier curve drawn through the points of the data set. Instead of looking on a ...
An alternative to the limited vba Mod() function. One of the (multiple) probelms with Excel VBA's Mod() function is that it does not support decimals. Mod() will evaluate a single or double as an ...