excel alert msg & if statment

kelvin_9

Active Member
Joined
Mar 6, 2015
Messages
444
Office Version
  1. 2019
greeting to ALL:

i have 2 setting issues need your help with my setup below:

Q1) is there any alert msg can be applied on either column E&F or column K&L, if cell have been selected?
example: E62 have been selected, i want K62 black in color and comes with a easy msg "wrong selected"

Q2) how can i amend my formula in R70, using a "/" instead of false

thanks for your guidance

NEW 1.3_v2.xlsx
EFGHIJKLMNOPQR
62201191a to b
631
641
65 
66 
67 
68 
69 
70 1  FALSE
711
721
73 
74 
75 
76 
77 
176 - Disney Explorers Lodge
Cell Formulas
RangeFormula
Q62,Q70Q62=IFERROR(IF(O62=20,0,IF(O62>20,(20-(O62)),20-((O62)))),"")
R62,R70R62=IF(Q62=0,"/",IF(AND(O62<20,Q62>0),"a to b",IF(AND(O62>20,Q62<0),"b to a")))
H62,H70H62=IF(S54="","",IF(S54="no",O54,IF(OR(R54="/"),20,IF(AND(S54="yes",R54="a to b"),(O54+Q54),IF(AND(S54="yes",R54="b to a"),(O54+Q54))))))
O62,O70O62=IFERROR(H62-COUNTIF(K62:K69,"><")+COUNTIF(L62:L69,"<>"),"")
J62:J77J62=IF(ISBLANK(D62),"",1)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
R54:R85Cell Valuecontains "a to b"textNO
R54:R85Cell Valuecontains "b to a"textNO
E54:F85Expression=K54="√"textNO
K54:L85Expression=E54="√"textNO
Cells with Data Validation
CellAllowCriteria
E62:F77List
K62:L77List
 

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.

Forum statistics

Threads
1,215,418
Messages
6,124,793
Members
449,189
Latest member
kristinh

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