I have been searching the web for about three weeks for source code on determining fibonacci ratios for excel vba. So I could use any help if possible. The first step is to determine what the flow of the numbers are in column D. Example:
Column C Column D Column G
High Low
28.19 27.82
28.58 27.88
27.90 27.68 A
28.88 28.29
28.60 28.41
30.17 28.96
31.44 29.61
33.96 31.61
34.36 32.44
34.20 32.55
32.91 31.29
34.65 33.05
33.83 32.75
35.27 33.48
36.86 34.82
So what I would like (if possible) is when the number 27.68 went up instead of down I would like the letter A to be inserted in the G column. Any help would be appreciated
Tom
Column C Column D Column G
High Low
28.19 27.82
28.58 27.88
27.90 27.68 A
28.88 28.29
28.60 28.41
30.17 28.96
31.44 29.61
33.96 31.61
34.36 32.44
34.20 32.55
32.91 31.29
34.65 33.05
33.83 32.75
35.27 33.48
36.86 34.82
So what I would like (if possible) is when the number 27.68 went up instead of down I would like the letter A to be inserted in the G column. Any help would be appreciated
Tom