Hello all,
I'm having an issue with an embedded IF/THEN Formula which has three different IFs. Every values in the L column will change. The different choices are:
No quotes, I'm putting them there to show the spaces before or after the value.
1. "# %not " (# being a single number)
2. ST00
3. ST## (## being two or four digits, from 0001 to 95)
3. ##PERORDER (## being two or three numbers)
That leaves at least four possible choices. In the sheet below, rows 3,4, and 5 are correct. I need help with rows 6 and 7.
Q6 should be 900 from (.0009 * 1,000,000)
Q7 should be 7,500 from (.25 * 30,000)
Data
<colgroup><col style="font-weight:bold; width:30px; "><col style="width:48px;"><col style="width:48px;"><col style="width:64.8px;"><col style="width:61.6px;"><col style="width:82.4px;"><col style="width:54.4px;"></colgroup><tbody>
[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="align: right"]10000[/TD]
[TD="align: right"]0.300000[/TD]
[TD="align: right"]$3,000.00[/TD]
[TD="align: center"]90.00[/TD]
[TD="bgcolor: #cacaca, align: center"]4[/TD]
[TD="align: right"]2000[/TD]
[TD="align: right"]0.295000[/TD]
[TD="align: right"]$590.00[/TD]
[TD="align: center"]50[/TD]
[TD="bgcolor: #cacaca, align: center"]5[/TD]
[TD="align: right"]25000[/TD]
[TD="align: right"]0.295000[/TD]
[TD="align: right"]$7,375.00[/TD]
[TD="align: center"]*[/TD]
[TD="bgcolor: #cacaca, align: center"]6[/TD]
[TD="align: right"]1000000[/TD]
[TD="align: right"]0.300000[/TD]
[TD="align: right"]$300,000.00[/TD]
[TD="bgcolor: #cacaca, align: center"]7[/TD]
[TD="align: right"]30000[/TD]
[TD="align: right"]0.295000[/TD]
[TD="align: right"]$8,850.00[/TD]
</tbody>
<tbody>
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4
I'm having an issue with an embedded IF/THEN Formula which has three different IFs. Every values in the L column will change. The different choices are:
No quotes, I'm putting them there to show the spaces before or after the value.
1. "# %not " (# being a single number)
2. ST00
3. ST## (## being two or four digits, from 0001 to 95)
3. ##PERORDER (## being two or three numbers)
That leaves at least four possible choices. In the sheet below, rows 3,4, and 5 are correct. I need help with rows 6 and 7.
Q6 should be 900 from (.0009 * 1,000,000)
Q7 should be 7,500 from (.25 * 30,000)
Data
* | L | M | N | O | P | Q |
3 %not | ABC | |||||
50PERORDER | ABC | |||||
ST00 | ABC | |||||
ST0009 | ABC | * | ||||
ST25 | ABC | * |
<colgroup><col style="font-weight:bold; width:30px; "><col style="width:48px;"><col style="width:48px;"><col style="width:64.8px;"><col style="width:61.6px;"><col style="width:82.4px;"><col style="width:54.4px;"></colgroup><tbody>
[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="align: right"]10000[/TD]
[TD="align: right"]0.300000[/TD]
[TD="align: right"]$3,000.00[/TD]
[TD="align: center"]90.00[/TD]
[TD="bgcolor: #cacaca, align: center"]4[/TD]
[TD="align: right"]2000[/TD]
[TD="align: right"]0.295000[/TD]
[TD="align: right"]$590.00[/TD]
[TD="align: center"]50[/TD]
[TD="bgcolor: #cacaca, align: center"]5[/TD]
[TD="align: right"]25000[/TD]
[TD="align: right"]0.295000[/TD]
[TD="align: right"]$7,375.00[/TD]
[TD="align: center"]*[/TD]
[TD="bgcolor: #cacaca, align: center"]6[/TD]
[TD="align: right"]1000000[/TD]
[TD="align: right"]0.300000[/TD]
[TD="align: right"]$300,000.00[/TD]
[TD="bgcolor: #cacaca, align: center"]7[/TD]
[TD="align: right"]30000[/TD]
[TD="align: right"]0.295000[/TD]
[TD="align: right"]$8,850.00[/TD]
</tbody>
Spreadsheet Formulas | ||||||||||||||||||||||
<tbody> </tbody> |
<tbody>
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4