<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Implement "Automatically insert a decimal point" feature as seen in Excel"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130265">130265</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Implement "Automatically insert a decimal point" feature as seen in Excel
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>cknapp@protonmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
MS Excel has a feature called "Automatically Insert a decimal point" that
allows you to insert a decimal point of an entered value. 

For example: input value into cell: 12345  and you have the program set to
insert a decimal, two places from the right end. So after inputting that value
and pressing ENTER, the software will change it to: 123.45.

This is useful in accounting environments where you want to enter the the value
and it will ALWAYS have a decimal two from the right side. This is 1 less
keystroke per cell when entering data. 

It is important that the actual value is changed (divided by 100 when decimal
is selected to be 2 places from the right side, 1000 if 3 places, etc.) and not
simply changing what is DISPLAYED. Since this will be used for math
functions/accounting.

(see additional information for examples and other resource material)

Steps to Reproduce:
1.Input 12300 into cell
2. Press ENTER key

Actual Results:
12300

Expected Results:
123.00


Reproducible: Always


User Profile Reset: No



Additional Info:
I have inquired about this feature in the libreoffice forums, here:
<a href="https://ask.libreoffice.org/en/question/222592/calc-insert-decimal-two-digits-from-end-of-number/">https://ask.libreoffice.org/en/question/222592/calc-insert-decimal-two-digits-from-end-of-number/</a>

Microsoft support article that describes this feature that they have:
<a href="https://support.office.com/en-us/article/advanced-options-33244b32-fe79-4579-91a6-48b3be0377c4">https://support.office.com/en-us/article/advanced-options-33244b32-fe79-4579-91a6-48b3be0377c4</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>