Once date is inputted, tick on summary tab goes

livinlavidaloca

New Member
Joined
Aug 9, 2022
Messages
7
Office Version
  1. 365
Platform
  1. Windows
  2. Web
Hi all, REALLY WOULD APPRECIATE HELP ON THIS ONE :)

I'm struggling with this one. So I've used Substitute & Concat in a formula to a Summary page to check other tabs for a '!' in any of the cells (which means action required), if there is a '!' it will do a tick on the summary tab.

This has worked well so far, as I have specified that the formula on the summary doesn't tick if there is 'N/A' but I also need the tick on the summary page to disappear when a date is inputted into the tabs (because this means the date it has been resolved.) I don't know how to refer to dates within a formula on Excel, so I tried to simplify it by using a tick in the tab instead of the date it was resolved...

This is what I tried: =IF(SUBSTITUTE(CONCAT('HMN.MBY-515.628'!$G$7:$G$38),"N/A","","✔",""))="","","✔") but THEN it says too many arguments.

Does anyone have an idea how I can change this formula to pick up on cells that have '!" but ignore cells with a "N/A" AND either a "✔" or date?
 

Attachments

  • summary page.png
    summary page.png
    47.5 KB · Views: 11
  • tabs.png
    tabs.png
    88.9 KB · Views: 12

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You have too many items in your substitute for a start off. If you want to substitute multiple things, then nest your substitutes, like SUBSTITUTE(SUBSTITUTE(whatever,"N/A",""),"✔","")
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,958
Members
449,096
Latest member
Anshu121

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