• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How do i read this formula

Basically it puts something in the cell like this:
= E7 - E12
Note that the bit in bold i.e. '12' is an example only. The actual value of that bold bit depends on the variable in the code called reason_count.

If reason_count is say 1, then reason_count + 11 will equal 12, so the formula will be =E7 - E12
If reason_count is say 2, then reason_count + 11 will equal 13, so the formula will be =E7 - E13
...
 
Basically it puts something in the cell like this:
= E7 - E12
Note that the bit in bold i.e. '12' is an example only. The actual value of that bold bit depends on the variable in the code called reason_count.

If reason_count is say 1, then reason_count + 11 will equal 12, so the formula will be =E7 - E12
If reason_count is say 2, then reason_count + 11 will equal 13, so the formula will be =E7 - E13
...
Thanks
 
Back
Top