Hello folks, This is my first post to this forum. I am reading/using a MrExcel book that is very helpful.
I have an issue that I haven't seen discussed on the forum (lurking here for a few months).
I have several cells that are dependent upon cells in another worksheet using the basic formula: IF(Sheet1!B2="","",Sheet1!B2) the reference (B2) changes in each cell of the current worksheet that references Sheet1. The cells in the current worksheet are formatted as numbers. Based on what is in the referenced cells on Sheet1 the value could come back as a number of some kind or "".
Now, I want to change the value of another cell based on the sum of the cells above. Since one or more of the current worksheet cells may have "" as the entry I get a #Value error when I try to add the cells.
As an example the current worksheet has: B7=0, C7=0, D7="", E7=0. When I SUM(B7:E7) I get the #VALUE error. A "" cell is effectively 0. I need to find a way to add these cells together.
Thanks,
Teachman
I have an issue that I haven't seen discussed on the forum (lurking here for a few months).
I have several cells that are dependent upon cells in another worksheet using the basic formula: IF(Sheet1!B2="","",Sheet1!B2) the reference (B2) changes in each cell of the current worksheet that references Sheet1. The cells in the current worksheet are formatted as numbers. Based on what is in the referenced cells on Sheet1 the value could come back as a number of some kind or "".
Now, I want to change the value of another cell based on the sum of the cells above. Since one or more of the current worksheet cells may have "" as the entry I get a #Value error when I try to add the cells.
As an example the current worksheet has: B7=0, C7=0, D7="", E7=0. When I SUM(B7:E7) I get the #VALUE error. A "" cell is effectively 0. I need to find a way to add these cells together.
Thanks,
Teachman