JPARKHURST
Board Regular
- Joined
- Oct 25, 2016
- Messages
- 151
I'm sorry if this has been covered before, I have looked through and searched and was not able to find it [yet]. It seems to me this should be pretty obvious, but I must not be doing something correctly.
I have a cell which uses a job # to obtain the balance left on the job. This cell is the result of an index match which obtains the job qty from a dispatch sheet.
My problem comes when I try to work with the value fetched by the cell. In this particular case, my cell has pulled in "99". When I attempt to work with this value, I am not able. I have tried everything other than pasting the value into the cell, as I want this process to be more automated than that (hence the index and match). But if I, say, try to add 1 to the cell, it results in "0". If I try to divide this number, I get a "0". What I am particularly wanting to do is to compare this value to an equation and have it let me know what the results are.
[TABLE="width: 1124"]
<colgroup><col><col><col><col span="2"><col span="2"><col span="8"></colgroup><tbody>[TR]
[TD]A
JOB[/TD]
[TD]B
DUE[/TD]
[TD]C
DESCRIPTION[/TD]
[TD]D
balance[/TD]
[TD]E
Test[/TD]
[TD]F
A Start[/TD]
[TD]G
A End[/TD]
[TD]H
Time[/TD]
[TD]I
Rate[/TD]
[TD]J
Weekly [/TD]
[TD]K
25-Oct[/TD]
[TD]L
26-Oct[/TD]
[TD]M
27-Oct[/TD]
[TD]N
28-Oct[/TD]
[TD]O
29-Oct[/TD]
[/TR]
[TR]
[TD]66380[/TD]
[TD]10/19[/TD]
[TD]10 DWR 52IN CABINET BLACK[/TD]
[TD]99[/TD]
[TD]0 (e3+1)[/TD]
[TD]10/24/16[/TD]
[TD]10/29/16[/TD]
[TD]6[/TD]
[TD]660[/TD]
[TD]3960[/TD]
[TD]0[/TD]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
BIG PICTURE:
I am attempting to create a schedule which takes in our dispatch list and automatically (or semi) distributes new jobs across multiple shifts. This is my second or third trial of ideas, so I'm not set on anything, just trying to get a few of the basics down. This problem is particularly frustrating as it seems as if i'm missing something completely obvious.
TIA,
Jon
I have a cell which uses a job # to obtain the balance left on the job. This cell is the result of an index match which obtains the job qty from a dispatch sheet.
My problem comes when I try to work with the value fetched by the cell. In this particular case, my cell has pulled in "99". When I attempt to work with this value, I am not able. I have tried everything other than pasting the value into the cell, as I want this process to be more automated than that (hence the index and match). But if I, say, try to add 1 to the cell, it results in "0". If I try to divide this number, I get a "0". What I am particularly wanting to do is to compare this value to an equation and have it let me know what the results are.
[TABLE="width: 1124"]
<colgroup><col><col><col><col span="2"><col span="2"><col span="8"></colgroup><tbody>[TR]
[TD]A
JOB[/TD]
[TD]B
DUE[/TD]
[TD]C
DESCRIPTION[/TD]
[TD]D
balance[/TD]
[TD]E
Test[/TD]
[TD]F
A Start[/TD]
[TD]G
A End[/TD]
[TD]H
Time[/TD]
[TD]I
Rate[/TD]
[TD]J
Weekly [/TD]
[TD]K
25-Oct[/TD]
[TD]L
26-Oct[/TD]
[TD]M
27-Oct[/TD]
[TD]N
28-Oct[/TD]
[TD]O
29-Oct[/TD]
[/TR]
[TR]
[TD]66380[/TD]
[TD]10/19[/TD]
[TD]10 DWR 52IN CABINET BLACK[/TD]
[TD]99[/TD]
[TD]0 (e3+1)[/TD]
[TD]10/24/16[/TD]
[TD]10/29/16[/TD]
[TD]6[/TD]
[TD]660[/TD]
[TD]3960[/TD]
[TD]0[/TD]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
BIG PICTURE:
I am attempting to create a schedule which takes in our dispatch list and automatically (or semi) distributes new jobs across multiple shifts. This is my second or third trial of ideas, so I'm not set on anything, just trying to get a few of the basics down. This problem is particularly frustrating as it seems as if i'm missing something completely obvious.
TIA,
Jon