Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spreadsheet formula does not reference properly value from a merged range #5500

Closed
veselints opened this issue Dec 27, 2019 · 1 comment
Closed
Assignees
Labels
Bug C: Spreadsheet FP: Completed Sync status with associated Feedback Item jQuery SEV: Low
Milestone

Comments

@veselints
Copy link
Contributor

veselints commented Dec 27, 2019

Bug report

Spreadsheet formula does not reference properly value from a merged range.

Reproduction of the problem

  • Run the Spreadsheet Index demo: https://demos.telerik.com/kendo-ui/spreadsheet/index
  • Change the value in the merged range (A1:G1) to some numeric;
  • Select cell L1 and type "=" and then select the merged range;
  • Hit Enter;
  • The L1 cell will display "#VALUE!", while it should display the same value as the merged range;
  • The actual content of the L1 cell is "=A1:G1", while it should be "=A1";

Current behavior

The full range will be referenced in the formula, while only its first cell should be used;

Expected/desired behavior

Review the same scenario in Excel. The cell with the reference will contain "=A1" and will display the same value as the merged range;

Environment

  • Kendo UI version: 2019.3.1023
  • Browser: all
@mishoo
Copy link
Contributor

mishoo commented Dec 1, 2021

Fixed in telerik/kendo#13871

@kendo-bot kendo-bot added FP: Planned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item FP: Planned Sync status with associated Feedback Item labels Dec 2, 2021
@Dimitar-Goshev Dimitar-Goshev added this to the 2021.R3.SP.next milestone Dec 2, 2021
@kendo-bot kendo-bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Spreadsheet FP: Completed Sync status with associated Feedback Item jQuery SEV: Low
Projects
None yet
Development

No branches or pull requests

4 participants