Hello,
I have a large spread sheet that lists multiple currencyvalues. For each value there is anassociated daily fee, weekly fee, and monthly fee.
For example:
[TABLE="width: 645"]
<tbody>[TR]
[TD="width: 67, bgcolor: #BDD7EE"]Value
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Daily Rate
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Weekly Rate
[/TD]
[TD="width: 81, bgcolor: #BDD7EE"] Monthly Rate
[/TD]
[TD="width: 67, bgcolor: #BDD7EE"]Value
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Daily Rate
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Weekly Rate
[/TD]
[TD="width: 81, bgcolor: #BDD7EE"] Monthly Rate
[/TD]
[TD="width: 67, bgcolor: #BDD7EE"]Value
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Daily Rate
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Weekly Rate
[/TD]
[TD="width: 81, bgcolor: #BDD7EE"] Monthly Rate
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]$3,050
[/TD]
[TD="bgcolor: transparent"] $ 4.27
[/TD]
[TD="bgcolor: transparent"] $ 71.36
[/TD]
[TD="bgcolor: transparent"] $ 45.43
[/TD]
[TD="bgcolor: #BDD7EE"]$7,202
[/TD]
[TD="bgcolor: transparent"] $ 6.60
[/TD]
[TD="bgcolor: transparent"] $ 83.02
[/TD]
[TD="bgcolor: transparent"] $ 96.14
[/TD]
[TD="bgcolor: #BDD7EE"]$1,355
[/TD]
[TD="bgcolor: transparent"] $ 8.94
[/TD]
[TD="bgcolor: transparent"] $ 94.68
[/TD]
[TD="bgcolor: transparent"] $ 46.86
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]$5,506
[/TD]
[TD="bgcolor: transparent"] $ 0.04
[/TD]
[TD="bgcolor: transparent"] $ 50.18
[/TD]
[TD="bgcolor: transparent"] $ 53.29
[/TD]
[TD="bgcolor: #BDD7EE"]$9,281
[/TD]
[TD="bgcolor: transparent"] $ 2.16
[/TD]
[TD="bgcolor: transparent"] $ 60.78
[/TD]
[TD="bgcolor: transparent"] $ 99.40
[/TD]
[TD="bgcolor: #BDD7EE"]$3,056
[/TD]
[TD="bgcolor: transparent"] $ 4.28
[/TD]
[TD="bgcolor: transparent"] $ 71.38
[/TD]
[TD="bgcolor: transparent"] $ 45.50
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]$8,642
[/TD]
[TD="bgcolor: transparent"] $ 6.18
[/TD]
[TD="bgcolor: transparent"] $ 30.91
[/TD]
[TD="bgcolor: transparent"] $ 69.46
[/TD]
[TD="bgcolor: #BDD7EE"]$2,075
[/TD]
[TD="bgcolor: transparent"] $ 8.11
[/TD]
[TD="bgcolor: transparent"] $ 40.55
[/TD]
[TD="bgcolor: transparent"] $ 11.39
[/TD]
[TD="bgcolor: #BDD7EE"]$5,507
[/TD]
[TD="bgcolor: transparent"] $ 0.04
[/TD]
[TD="bgcolor: transparent"] $ 50.18
[/TD]
[TD="bgcolor: transparent"] $ 53.30
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]$2,374
[/TD]
[TD="bgcolor: transparent"] $ 2.66
[/TD]
[TD="bgcolor: transparent"] $ 13.31
[/TD]
[TD="bgcolor: transparent"] $ 92.90
[/TD]
[TD="bgcolor: #BDD7EE"]$5,493
[/TD]
[TD="bgcolor: transparent"] $ 4.41
[/TD]
[TD="bgcolor: transparent"] $ 22.07
[/TD]
[TD="bgcolor: transparent"] $ 31.00
[/TD]
[TD="bgcolor: #BDD7EE"]$8,612
[/TD]
[TD="bgcolor: transparent"] $ 6.17
[/TD]
[TD="bgcolor: transparent"] $ 30.83
[/TD]
[TD="bgcolor: transparent"] $ 69.09
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]$6,706
[/TD]
[TD="bgcolor: transparent"] $ 9.63
[/TD]
[TD="bgcolor: transparent"] $ 8.15
[/TD]
[TD="bgcolor: transparent"] $ 26.93
[/TD]
[TD="bgcolor: #BDD7EE"]$9,541
[/TD]
[TD="bgcolor: transparent"] $ 1.07
[/TD]
[TD="bgcolor: transparent"] $ 5.36
[/TD]
[TD="bgcolor: transparent"] $ 58.30
[/TD]
[TD="bgcolor: #BDD7EE"]$2,376
[/TD]
[TD="bgcolor: transparent"] $ 2.66
[/TD]
[TD="bgcolor: transparent"] $ 13.32
[/TD]
[TD="bgcolor: transparent"] $ 92.93
[/TD]
[/TR]
</tbody>[/TABLE]
In a separate location I want to be able to manually enter aspecific value and have excel search the table to find that value and thenreturn the applicable daily fee, weekly fee, and monthly fee. For example:
[TABLE="width: 311"]
<tbody>[TR]
[TD="width: 94, bgcolor: transparent"]Value:
[/TD]
[TD="width: 64, bgcolor: #D9D9D9"]$2,075
[/TD]
[TD="width: 256, bgcolor: transparent, colspan: 4"]<- this value will be manually entered
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Daily Rate:
[/TD]
[TD="bgcolor: transparent"]$8.11
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Weekly Rate:
[/TD]
[TD="bgcolor: transparent"]$40.55
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Monthly Rate:
[/TD]
[TD="bgcolor: transparent"]$11.39
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
It is not an option to simply combine the different valueand fee columns into one for each. I amunable to make changes to the table listing the values and fees.
Please no VBA or array formulas.
Thank you,
S
I have a large spread sheet that lists multiple currencyvalues. For each value there is anassociated daily fee, weekly fee, and monthly fee.
For example:
[TABLE="width: 645"]
<tbody>[TR]
[TD="width: 67, bgcolor: #BDD7EE"]Value
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Daily Rate
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Weekly Rate
[/TD]
[TD="width: 81, bgcolor: #BDD7EE"] Monthly Rate
[/TD]
[TD="width: 67, bgcolor: #BDD7EE"]Value
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Daily Rate
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Weekly Rate
[/TD]
[TD="width: 81, bgcolor: #BDD7EE"] Monthly Rate
[/TD]
[TD="width: 67, bgcolor: #BDD7EE"]Value
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Daily Rate
[/TD]
[TD="width: 69, bgcolor: #BDD7EE"] Weekly Rate
[/TD]
[TD="width: 81, bgcolor: #BDD7EE"] Monthly Rate
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]$3,050
[/TD]
[TD="bgcolor: transparent"] $ 4.27
[/TD]
[TD="bgcolor: transparent"] $ 71.36
[/TD]
[TD="bgcolor: transparent"] $ 45.43
[/TD]
[TD="bgcolor: #BDD7EE"]$7,202
[/TD]
[TD="bgcolor: transparent"] $ 6.60
[/TD]
[TD="bgcolor: transparent"] $ 83.02
[/TD]
[TD="bgcolor: transparent"] $ 96.14
[/TD]
[TD="bgcolor: #BDD7EE"]$1,355
[/TD]
[TD="bgcolor: transparent"] $ 8.94
[/TD]
[TD="bgcolor: transparent"] $ 94.68
[/TD]
[TD="bgcolor: transparent"] $ 46.86
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]$5,506
[/TD]
[TD="bgcolor: transparent"] $ 0.04
[/TD]
[TD="bgcolor: transparent"] $ 50.18
[/TD]
[TD="bgcolor: transparent"] $ 53.29
[/TD]
[TD="bgcolor: #BDD7EE"]$9,281
[/TD]
[TD="bgcolor: transparent"] $ 2.16
[/TD]
[TD="bgcolor: transparent"] $ 60.78
[/TD]
[TD="bgcolor: transparent"] $ 99.40
[/TD]
[TD="bgcolor: #BDD7EE"]$3,056
[/TD]
[TD="bgcolor: transparent"] $ 4.28
[/TD]
[TD="bgcolor: transparent"] $ 71.38
[/TD]
[TD="bgcolor: transparent"] $ 45.50
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]$8,642
[/TD]
[TD="bgcolor: transparent"] $ 6.18
[/TD]
[TD="bgcolor: transparent"] $ 30.91
[/TD]
[TD="bgcolor: transparent"] $ 69.46
[/TD]
[TD="bgcolor: #BDD7EE"]$2,075
[/TD]
[TD="bgcolor: transparent"] $ 8.11
[/TD]
[TD="bgcolor: transparent"] $ 40.55
[/TD]
[TD="bgcolor: transparent"] $ 11.39
[/TD]
[TD="bgcolor: #BDD7EE"]$5,507
[/TD]
[TD="bgcolor: transparent"] $ 0.04
[/TD]
[TD="bgcolor: transparent"] $ 50.18
[/TD]
[TD="bgcolor: transparent"] $ 53.30
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]$2,374
[/TD]
[TD="bgcolor: transparent"] $ 2.66
[/TD]
[TD="bgcolor: transparent"] $ 13.31
[/TD]
[TD="bgcolor: transparent"] $ 92.90
[/TD]
[TD="bgcolor: #BDD7EE"]$5,493
[/TD]
[TD="bgcolor: transparent"] $ 4.41
[/TD]
[TD="bgcolor: transparent"] $ 22.07
[/TD]
[TD="bgcolor: transparent"] $ 31.00
[/TD]
[TD="bgcolor: #BDD7EE"]$8,612
[/TD]
[TD="bgcolor: transparent"] $ 6.17
[/TD]
[TD="bgcolor: transparent"] $ 30.83
[/TD]
[TD="bgcolor: transparent"] $ 69.09
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]$6,706
[/TD]
[TD="bgcolor: transparent"] $ 9.63
[/TD]
[TD="bgcolor: transparent"] $ 8.15
[/TD]
[TD="bgcolor: transparent"] $ 26.93
[/TD]
[TD="bgcolor: #BDD7EE"]$9,541
[/TD]
[TD="bgcolor: transparent"] $ 1.07
[/TD]
[TD="bgcolor: transparent"] $ 5.36
[/TD]
[TD="bgcolor: transparent"] $ 58.30
[/TD]
[TD="bgcolor: #BDD7EE"]$2,376
[/TD]
[TD="bgcolor: transparent"] $ 2.66
[/TD]
[TD="bgcolor: transparent"] $ 13.32
[/TD]
[TD="bgcolor: transparent"] $ 92.93
[/TD]
[/TR]
</tbody>[/TABLE]
In a separate location I want to be able to manually enter aspecific value and have excel search the table to find that value and thenreturn the applicable daily fee, weekly fee, and monthly fee. For example:
[TABLE="width: 311"]
<tbody>[TR]
[TD="width: 94, bgcolor: transparent"]Value:
[/TD]
[TD="width: 64, bgcolor: #D9D9D9"]$2,075
[/TD]
[TD="width: 256, bgcolor: transparent, colspan: 4"]<- this value will be manually entered
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Daily Rate:
[/TD]
[TD="bgcolor: transparent"]$8.11
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Weekly Rate:
[/TD]
[TD="bgcolor: transparent"]$40.55
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Monthly Rate:
[/TD]
[TD="bgcolor: transparent"]$11.39
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
It is not an option to simply combine the different valueand fee columns into one for each. I amunable to make changes to the table listing the values and fees.
Please no VBA or array formulas.
Thank you,
S