Hello,
I am having a problem with something for my work. I would really appreciate someones help if anyone knows how to do the following. Please consider. I would like to use a formula in 3 cells to generate the value a certain distance from the largest value in a set of data. For example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]<style>table { }td { padding-top: 1px; padding-right: 1px; padding-left: 1px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }</style> [TABLE="width: 65"]
<colgroup><col style="width:65pt" width="65"> </colgroup><tbody>[TR]
[TD="width: 65"]Product Name[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Prices (Columns B to AE)
[/TD]
[TD]Quantities (Columns AF to BI)
[/TD]
[TD]Large Price
[/TD]
[TD]Large Quantity
[/TD]
[TD]Price to the left of the Large Price
[/TD]
[TD]Quantity to the left of the large quantity
[/TD]
[/TR]
[TR]
[TD]Name 1
[/TD]
[TD]A number in each cell
[/TD]
[TD]A number in each cell
[/TD]
[TD]=Large(B2:AE2,1)
[/TD]
[TD]?
[/TD]
[TD]?
[/TD]
[TD]?
[/TD]
[/TR]
</tbody>[/TABLE]
I would like, formulas for the cells with the ?'s,
The large quantity cell is the value 30 cells to the right of the large price from the prices columns not the large price column.
The price to the left of the large price cell is the value one cell to the left of the large price from the prices columns.
The quantity to the left of the large quantity cell is the value 29 cells to the right of the large price from the prices columns.
Thanks
I am having a problem with something for my work. I would really appreciate someones help if anyone knows how to do the following. Please consider. I would like to use a formula in 3 cells to generate the value a certain distance from the largest value in a set of data. For example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]<style>table { }td { padding-top: 1px; padding-right: 1px; padding-left: 1px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }</style> [TABLE="width: 65"]
<colgroup><col style="width:65pt" width="65"> </colgroup><tbody>[TR]
[TD="width: 65"]Product Name[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Prices (Columns B to AE)
[/TD]
[TD]Quantities (Columns AF to BI)
[/TD]
[TD]Large Price
[/TD]
[TD]Large Quantity
[/TD]
[TD]Price to the left of the Large Price
[/TD]
[TD]Quantity to the left of the large quantity
[/TD]
[/TR]
[TR]
[TD]Name 1
[/TD]
[TD]A number in each cell
[/TD]
[TD]A number in each cell
[/TD]
[TD]=Large(B2:AE2,1)
[/TD]
[TD]?
[/TD]
[TD]?
[/TD]
[TD]?
[/TD]
[/TR]
</tbody>[/TABLE]
I would like, formulas for the cells with the ?'s,
The large quantity cell is the value 30 cells to the right of the large price from the prices columns not the large price column.
The price to the left of the large price cell is the value one cell to the left of the large price from the prices columns.
The quantity to the left of the large quantity cell is the value 29 cells to the right of the large price from the prices columns.
Thanks