Hi, sorry for the title but i couldn t find a way to explain it...
Basically i am making an excel to be able to make the most efective production calendar for my brewery...
I have entries like the ones here under:
[TABLE="width: 500"]
<tbody>[TR]
[TD]CookingDate[/TD]
[TD]Fermentator Name[/TD]
[TD]IsAvailableOn[/TD]
[/TR]
[TR]
[TD]03/08/2015[/TD]
[TD][TABLE="width: 91"]
<tbody>[TR]
[TD="width: 91"]Fermentator 1[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]11/08/2015[/TD]
[/TR]
[TR]
[TD]04/08/2015[/TD]
[TD][TABLE="width: 91"]
<tbody>[TR]
[TD]Fermentator 2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]12/08/2015[/TD]
[/TR]
[TR]
[TD]05/08/2015[/TD]
[TD][TABLE="width: 91"]
<tbody>[TR]
[TD]Fermentator 3[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]13/08/2015[/TD]
[/TR]
[TR]
[TD]11/08/2015[/TD]
[TD][TABLE="width: 91"]
<tbody>[TR]
[TD="width: 91"]Fermentator 1[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]1/9/2015[/TD]
[/TR]
[TR]
[TD]12/08/2015[/TD]
[TD][TABLE="width: 91"]
<tbody>[TR]
[TD]Fermentator 2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]20/8/2015[/TD]
[/TR]
[TR]
[TD]13/08/2015[/TD]
[TD]Fermentator 3[/TD]
[TD]3/9/2015[/TD]
[/TR]
[TR]
[TD]20/08/2015[/TD]
[TD] ?????[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What i want to find is which fermentator will be available on the 20th of august (Fermentator 2).
I ve tried many ways but when i thought i found it... i got errors in the next rows when for example 2 fermentation tanks ends on the same day...
I made a VBA Code that find the best value (recursive stuff) but wel... after a 100 lines it takes 10 to 15 minutes...
If someone as an idea... I am open
Basically i am making an excel to be able to make the most efective production calendar for my brewery...
I have entries like the ones here under:
[TABLE="width: 500"]
<tbody>[TR]
[TD]CookingDate[/TD]
[TD]Fermentator Name[/TD]
[TD]IsAvailableOn[/TD]
[/TR]
[TR]
[TD]03/08/2015[/TD]
[TD][TABLE="width: 91"]
<tbody>[TR]
[TD="width: 91"]Fermentator 1[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]11/08/2015[/TD]
[/TR]
[TR]
[TD]04/08/2015[/TD]
[TD][TABLE="width: 91"]
<tbody>[TR]
[TD]Fermentator 2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]12/08/2015[/TD]
[/TR]
[TR]
[TD]05/08/2015[/TD]
[TD][TABLE="width: 91"]
<tbody>[TR]
[TD]Fermentator 3[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]13/08/2015[/TD]
[/TR]
[TR]
[TD]11/08/2015[/TD]
[TD][TABLE="width: 91"]
<tbody>[TR]
[TD="width: 91"]Fermentator 1[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]1/9/2015[/TD]
[/TR]
[TR]
[TD]12/08/2015[/TD]
[TD][TABLE="width: 91"]
<tbody>[TR]
[TD]Fermentator 2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]20/8/2015[/TD]
[/TR]
[TR]
[TD]13/08/2015[/TD]
[TD]Fermentator 3[/TD]
[TD]3/9/2015[/TD]
[/TR]
[TR]
[TD]20/08/2015[/TD]
[TD] ?????[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What i want to find is which fermentator will be available on the 20th of august (Fermentator 2).
I ve tried many ways but when i thought i found it... i got errors in the next rows when for example 2 fermentation tanks ends on the same day...
I made a VBA Code that find the best value (recursive stuff) but wel... after a 100 lines it takes 10 to 15 minutes...
If someone as an idea... I am open