ok, it took me 5 hours and now the job is done
It's 3AM in the morning and the studies will start in 4 hours, but the feeling is amazing! In case if someone is interested - I used Excel VBA:
Function CalcCalories(cell As Range, cell2 As Range)
Dim splited As Variant
Dim i As Integer
Dim...
I'm trying to create an exel file that will calculate eaten calories.
For example, when I enter a number (or series of numbers), that represents a food - Exel looks up this number and calculates calories.
Table 1. contains all food entries as well as calories:
Nr === Food == Calories...