I was analyzing stock using copilot very basic level but figured out calculation mistake, please see below

Rohit Jadon 0 Reputation points
2026-08-05T16:27:18.39+00:00

I attached screen print, please refer to highlighted section where calculation mistakes are highlighted.

1,00,000 / 750 = 1,360 where as it has to be 136 approx

and 50,000 / 750 = 67 whereas has to be 68 approx.

Copilot-CalculationError-08052026

Microsoft Copilot | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-08-05T16:27:32.66+00:00

    The highlighted result is incorrect.

    Correct values:

    • 100,000 / 735 ≈ 136.05 shares, so about 136 shares
    • 50,000 / 735 ≈ 68.03 shares, so about 68 shares

    This aligns with the guidance that AI-generated results can be incorrect for numerical calculations. For calculations that require accuracy or reproducibility, use native Excel formulas instead of relying on Copilot-generated math.

    If the goal is to verify this in Excel, use:

    • Exact result: =100000/735
    • Rounded to nearest whole share: =ROUND(100000/735,0)
    • For 50,000: =ROUND(50000/735,0)

    Also note that Microsoft 365 Copilot Chat can pull public stock data from the web, but the calculation still should be validated when precision matters.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.