ljcoder2015 / obsidian-sheet-plus

obsidian spreadsheets solutions
Apache License 2.0
143 stars 6 forks source link

Conditional Formatting with custom formulas is not formatting correct cells #46

Open blubbers122 opened 1 month ago

blubbers122 commented 1 month ago

Describe the bug Conditional Formatting with custom formulas not formatting correct cells. the same formula works as a value for a cell, but not in conditional formatting.

To Reproduce Steps to reproduce the behavior:

  1. Go to Conditional Formatting
  2. Click on Create Custom Rule with formula
  3. use range of all cells
  4. =INDIRECT("F" & ROW())="dungeon"
  5. rows with "dungeon" in the F column are not highlighted, even though they are in the excel webapp

test data

blue troll       1 frost
yeti       1 frost
green slime       1 dungeon
skeleton       1 dungeon
goblin       1 dungeon
blue slime       1 dungeon

Expected behavior all rows with "dungeon" in in column F should be highlighted

Screenshots If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

Obsidian (please complete the following information):

Additional context Add any other context about the problem here.