franathive
New Member
- Joined
- Mar 8, 2018
- Messages
- 4
Hi,
I have the following situation. I am trying to look up months and currency conversion rates. I have a table which I am maintaining that looks like this.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]1/1/2018[/TD]
[TD]2/1/2018[/TD]
[TD]3/1/2018[/TD]
[TD]4/1/2018[/TD]
[TD]5/1/2018[/TD]
[TD]etc[/TD]
[/TR]
[TR]
[TD]GBP[/TD]
[TD]1.2[/TD]
[TD]1.3[/TD]
[TD]1.4[/TD]
[TD]1.5[/TD]
[TD]1.6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]EUR[/TD]
[TD]1.2[/TD]
[TD]1.25[/TD]
[TD]1.26[/TD]
[TD]1.27[/TD]
[TD]1.28[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]USD[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
On a different tab, I have a list of invoices.
It looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer NAME
Customer A[/TD]
[TD]INVOICE DATE
1/15/2018[/TD]
[TD]Current drop down
GBP[/TD]
[TD]I want this column to be a formula driven
1.2[/TD]
[/TR]
[TR]
[TD]Customer B[/TD]
[TD]3/15/2018[/TD]
[TD]EUR[/TD]
[TD]1.26[/TD]
[/TR]
[TR]
[TD]Customer C[/TD]
[TD]2/5/2018[/TD]
[TD]USD[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Customer D[/TD]
[TD]1/17/2018[/TD]
[TD]GBP[/TD]
[TD]1.2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
There must be an easier way than if/then and < and > symbols. These formulas are getting long.
Basically, I have lookup currency on chart, if invoice date is greater than x and less than y, then z. But it is getting cumbersome. Am I missing something easy?
I have the following situation. I am trying to look up months and currency conversion rates. I have a table which I am maintaining that looks like this.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]1/1/2018[/TD]
[TD]2/1/2018[/TD]
[TD]3/1/2018[/TD]
[TD]4/1/2018[/TD]
[TD]5/1/2018[/TD]
[TD]etc[/TD]
[/TR]
[TR]
[TD]GBP[/TD]
[TD]1.2[/TD]
[TD]1.3[/TD]
[TD]1.4[/TD]
[TD]1.5[/TD]
[TD]1.6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]EUR[/TD]
[TD]1.2[/TD]
[TD]1.25[/TD]
[TD]1.26[/TD]
[TD]1.27[/TD]
[TD]1.28[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]USD[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
On a different tab, I have a list of invoices.
It looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer NAME
Customer A[/TD]
[TD]INVOICE DATE
1/15/2018[/TD]
[TD]Current drop down
GBP[/TD]
[TD]I want this column to be a formula driven
1.2[/TD]
[/TR]
[TR]
[TD]Customer B[/TD]
[TD]3/15/2018[/TD]
[TD]EUR[/TD]
[TD]1.26[/TD]
[/TR]
[TR]
[TD]Customer C[/TD]
[TD]2/5/2018[/TD]
[TD]USD[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Customer D[/TD]
[TD]1/17/2018[/TD]
[TD]GBP[/TD]
[TD]1.2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
There must be an easier way than if/then and < and > symbols. These formulas are getting long.
Basically, I have lookup currency on chart, if invoice date is greater than x and less than y, then z. But it is getting cumbersome. Am I missing something easy?