[Question] Code Highlight for Excel Commands Syntax
See original GitHub issueHello @ganesshkumar !!!
Sorry to bother you with a question that is not 100% related to this plugin.
I’m, finally starting to migrate my EXCEL knowledge to an Obsidian note and I’d like to ask something …
Do you know if there is an code syntax highlight for EXCEL commands.
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Is there any code syntax that I could use to highlight the arguments of a command in a code block ?

Thanks for your help 😃
I wish you a fantastic day!
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Syntax highlighting for Excel Formulae - language suggestions
Try using Scala ( lang-scala ). Example: =LAMBDA ( vArg, LET ( v, INT(ABS(vArg)), ev, ISEVEN(v), half, 1/2, high, INT(SQRT(v)+half), ...
Read more >Excel Conditional Formatting Examples, Videos - Contextures
Use Excel conditional formatting to highlight values that are duplicate entries in a specific column, or in a range of cells (multiple rows...
Read more >Using formula highlighting - Excel - Microsoft Tech Community
Hi all, The I have been watching the exchanges in the excel boards and noticed no one ever seems to use the formula...
Read more >[Feature Request] Support for EXCEL Formula Arguments ...
The Note-taking App Obsidian uses PrismJS to highlight code syntax . I am creating a documentation about my EXCEL formula knowledge and I ......
Read more >Excel conditional formatting formulas based on another cell
Create a conditional formatting rule(s) using these simple formulas: Rule 1 (blue): =$A1=$A2 - highlights the 2 nd occurrence and all subsequent ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thank you very much @ganesshkumar !!!
This is absolutely amazing @ganesshkumar !!!
I am gonna create the FR and share all of your this knowledge with them.
Let’s hope they add support for this 🙏 🙏 🙏 🙏 🙏
I am gonna close this issue but I keep you updated if/when I get an reply.
Thank you very much for always helping me 😃
Have a great day!
It actually depends on what syntax highlighter tool/library Obsidian uses.
Theoretically it is possible to hightlight excel syntax by using something like https://highlightjs.org but it looks like Obsidian is using HyperMD’s syntax highlighting.
Can you check with the Obsidian community over the discord server on the same? If there is no immediate fix from the team, then we can check how to support this. Just wanted to make sure the work is not duplicated across the tool and a plugin.