psulions83
Board Regular
- Joined
- Nov 16, 2015
- Messages
- 127
Hi,
I have a query that I am building where I have a calculated field (within the query) that I want to use to calculate a final value in another column. I cannot get this to work using to columns first would be the first calculation then the second would be the simple math equation. See below for example.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]2%[/TD]
[TD]= Cell B / 100[/TD]
[TD]= Cell A * (1 - Cell C)[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hopefully the above makes sense. Do I have to perform an update query with cell C first then run another update query with cell D?
Right now I have tried to change data type from Short Text to Number. I continuously return no results for column D
I have a query that I am building where I have a calculated field (within the query) that I want to use to calculate a final value in another column. I cannot get this to work using to columns first would be the first calculation then the second would be the simple math equation. See below for example.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]2%[/TD]
[TD]= Cell B / 100[/TD]
[TD]= Cell A * (1 - Cell C)[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hopefully the above makes sense. Do I have to perform an update query with cell C first then run another update query with cell D?
Right now I have tried to change data type from Short Text to Number. I continuously return no results for column D
Last edited: