Do you know that you can use excel find – replace dialog to change cell formats?
Often we prepare a report or project plan and our boss or someone else in the team feels that all the red color cells need to change to blue or something similar, worry not, you can use find-replace (ctrl+h) to do this for you.
I have created a small video demo on how to do this, check it out yourself
If you are not able to see the video:
- Press Ctrl+h
- click on “Format…” button on “find what:” area and specify the source format
- click on “Format…” button on “replace with:” area and specify the target format
- Select “replace all” or “replace” depending on your need
- Smile, you have just automated a mechanical and boring task















One Response to “Easily Convert JSON to Excel – Step by Step Tutorial”
Great guide! You mentioned that "Power Query in Excel offers a quick, easy and straightforward way to convert JSON to Excel." This is very true for simple structures. For those dealing with deeply nested JSON that Power Query struggles with, I've found a few tips helpful: 1) Flatten the JSON structure before importing if possible, 2) Use Python for more complex transformations as you suggested.