Formula or Macros

alexjames1990

New Member
Joined
Aug 30, 2024
Messages
3
Office Version
  1. Prefer Not To Say
Platform
  1. Windows
Hi,

I’m using Webdings. A gives you a green tick and R gives you a red cross. Is there a formula or macros I can use that automatically generates a tick or cross in columns N, O, P, Q, R etc?

Column N is one period, column O is the second period etc and I want it to do a calculation based on the results in column L.
 

Attachments

  • Excel - screenshot.png
    Excel - screenshot.png
    18.1 KB · Views: 16

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
If you are using O365 excel, one option could be to insert picture of a tick into any spare cell (say L1 in this case), and a picture of a cross in cell M1 using

Insert > Pictures > Place in Cell >stock images (and search for Tick/cross Icons).

Then you can do your calculation in N5 like thus =IF("formula"= TRUE,L1,M1) so if its correct, it copies L1, incorrect copies M1.

You can preformat the colours of the icons to red / green if you wish ..

If you are using Office 2021 or previous, then sadly you don't have this particular solution as an option - but there may be other ways people here can help with.

Rob
 
Upvote 0
If you are using O365 excel, one option could be to insert picture of a tick into any spare cell (say L1 in this case), and a picture of a cross in cell M1 using

Insert > Pictures > Place in Cell >stock images (and search for Tick/cross Icons).

Then you can do your calculation in N5 like thus =IF("formula"= TRUE,L1,M1) so if its correct, it copies L1, incorrect copies M1.

You can preformat the colours of the icons to red / green if you wish ..

If you are using Office 2021 or previous, then sadly you don't have this particular solution as an option - but there may be other ways people here can help with.

Rob
Hi Rob,

Thanks for your message. Is there anything else you can think of? I’ve attached a snippet below - for example; one entry in column L, row 5 has 1 period so it would just have one green tick ✅ then row 6 has 2 periods so 2 x ticks?
 

Attachments

  • example.PNGg.png
    example.PNGg.png
    11.4 KB · Views: 7
Upvote 0
Welcome to the MrExcel board!

Wondering why you have "Prefer not to say" for your version? As you can see from Rob's post, options that are available can depend on the version so it makes it hard for helpers if they do not know what options are available to you. :cool:

Anyway, if the columns are formatted as Webdings, try this formula in N5 and copy across and down

Excel Formula:
=IF(COLUMNS($N:N)<=$L5,"a","r")
 
Upvote 0
Welcome to the MrExcel board!

Wondering why you have "Prefer not to say" for your version? As you can see from Rob's post, options that are available can depend on the version so it makes it hard for helpers if they do not know what options are available to you. :cool:

Anyway, if the columns are formatted as Webdings, try this formula in N5 and copy across and down

Excel Formula:
=IF(COLUMNS($N:N)<=$L5,"a","r")
Thank you
 
Last edited by a moderator:
Upvote 0

Forum statistics

Threads
1,221,418
Messages
6,159,791
Members
451,589
Latest member
Harold14

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top