✅ Right Tick ❌Cross Tick for Accept or Reject in Excel Automatic (Using IF Formula)

Download Excel File

More Excel Projects

 

Automatic Right Tick (✅) & Cross Tick (❌) in Excel Using IF Formula

Excel is a powerful tool for data analysis and reporting, and sometimes we want to make our reports more visual and easy to understand. Instead of just writing Accept or Reject, you can use Right Tick (✅) for Accepted and Cross Tick (❌) for Rejected records automatically. This can be done easily with the IF formula in Excel.

Automatic Right Tick & Cross Tick in Excel

Formula to Insert Tick & Cross

=IF(C2="Accept","✅","❌")

Explanation of the Formula

  • =IF(…) → This checks a condition and returns different results based on TRUE or FALSE.
  • C2=”Accept” → The condition. If the value in cell C2 is “Accept”, then Excel will return a Right Tick (✅).
  • “✅” → Value if the condition is TRUE (Accept).
  • “❌” → Value if the condition is FALSE (Reject).
  • You can replace “✅” and “❌” with any other symbol, emoji, or even text (like “Yes” / “No”).
  • If you want to change the condition (e.g., check for “Yes” instead of “Accept”), just update the formula:
    =IF(C2="Yes","✅","❌")
  • Combine with Conditional Formatting to highlight cells with color for even better visualization.

Join Our Telegram Group

Join the TechGuruPlus Telegram group

Join Our WhatsApp Group

Join the TechGuruPlus WhatsApp group
Nazim Khan, founder of TechGuruPlus.com

Founder & Editor, TechGuruPlus.com
[MBA in Finance]

Nazim Khan has spent over ten years working with Excel, Tally and office documentation in accounts, finance and MIS roles. He has been running TechGuruPlus.com since 2016, where he publishes free editable templates for office work, and the YouTube channel Business Excel. He has trained more than 50,000 people online. Every template on this site is built and checked by him before it is published.

Contact  ·  Excel Course

Leave a Comment