This is part four of the Excel Tutorial Series. Read all tutorial posts by browsing the Tutorial category.
Continue Reading: Excel Tutorial Series – Date and Time functions »
The site formerly known as Code For Excel and Outlook
This is part four of the Excel Tutorial Series. Read all tutorial posts by browsing the Tutorial category.
Continue Reading: Excel Tutorial Series – Date and Time functions »
I thought I'd share a program I wrote in Java to solve a simple problem. It sums the multiples of three from 1 to 100. In other words, it loops through the numbers 1 to 100, and if it finds a number that is a multiple of three, it adds the number to the total.
Continue Reading: Testing my Java solution with Excel »
Follow Me