S
StargateFan
1) I still can't wrap my brain around the problem of Add this to the
column WITH this or to the column WITHOUT this. In this case, one
column has the invoice amount billed with tax and the other column
will have it without tax.
In other words, column C is the amount billed WITH a 6% tax we have in
Canada, and column D is WITHOUT that tax.
Column E is the total amount billed to date which would take either
the C column's value for that row or the D column, whichever is
filled.
It's how to deal with the formula in column E that is my problem.
--------------
As a specific example, the formula I currently have in E4 is this:
=IF($C4<>"",SUM($E3+$C4),"")
But it should in actuality sum E3+E4 or E3+D4, depending on which
total needs tracking. Before this new dept. standardized, they were
doing both accidentally. It's part of our new team's job, myself
included, to fix these types of things. But we need both figures so
that I can at least determine easily what they were doing by putting
the amounts in either column to get the totals to see which match.
--------------
2) Also related to the same sheet and the same problem, how do we
restrict entry to one cell out of the 2. Either the user will put a
value in column C or column D but shouldn't put both in.
Here is what would be ideal:
User enters a value in, say, C4 then tries to enter something in D4.
A message popup would be great to tell the user that it is not
possible to enter a value in that cell since there is a value in the
other column, the NO TAX one.
And vice versa with regards to putting something in D4 when there is
already something in C4.
How could this be done? Both columns are empty of formulas since
these cells are strictly user-input ones.
------------------------------------------------
Lastly, just started this contract and they ahve Excel 2007 while I
have XL2K at home. Is it possible to make code that will work in both
environments?
From the beginning I've been having those compatibility issues but it
vital to have formulas that work in both and to save in a version
compatible with my earlier XL2K as I wish to take these speadsheets
with me when I leave. I'm doing this since it's taking too long to
figure things out manually and this spreadsheet fix is for my own
personal use. So I'll need to keep them in this earlier version for
now.
Thank you! Once again, where would I be without these ngs!!!!!
D
column WITH this or to the column WITHOUT this. In this case, one
column has the invoice amount billed with tax and the other column
will have it without tax.
In other words, column C is the amount billed WITH a 6% tax we have in
Canada, and column D is WITHOUT that tax.
Column E is the total amount billed to date which would take either
the C column's value for that row or the D column, whichever is
filled.
It's how to deal with the formula in column E that is my problem.
--------------
As a specific example, the formula I currently have in E4 is this:
=IF($C4<>"",SUM($E3+$C4),"")
But it should in actuality sum E3+E4 or E3+D4, depending on which
total needs tracking. Before this new dept. standardized, they were
doing both accidentally. It's part of our new team's job, myself
included, to fix these types of things. But we need both figures so
that I can at least determine easily what they were doing by putting
the amounts in either column to get the totals to see which match.
--------------
2) Also related to the same sheet and the same problem, how do we
restrict entry to one cell out of the 2. Either the user will put a
value in column C or column D but shouldn't put both in.
Here is what would be ideal:
User enters a value in, say, C4 then tries to enter something in D4.
A message popup would be great to tell the user that it is not
possible to enter a value in that cell since there is a value in the
other column, the NO TAX one.
And vice versa with regards to putting something in D4 when there is
already something in C4.
How could this be done? Both columns are empty of formulas since
these cells are strictly user-input ones.
------------------------------------------------
Lastly, just started this contract and they ahve Excel 2007 while I
have XL2K at home. Is it possible to make code that will work in both
environments?
From the beginning I've been having those compatibility issues but it
vital to have formulas that work in both and to save in a version
compatible with my earlier XL2K as I wish to take these speadsheets
with me when I leave. I'm doing this since it's taking too long to
figure things out manually and this spreadsheet fix is for my own
personal use. So I'll need to keep them in this earlier version for
now.
Thank you! Once again, where would I be without these ngs!!!!!
