English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to be able to display other characters other then true or false. For instance I want to display a check mark if the value is within tolerance of a data range and I want to to remain blank if it is out of tolerance.

2006-09-18 10:16:12 · 3 answers · asked by Ron DMC 2 in Computers & Internet Software

3 answers

=if(or(x,y),"A","B")

2006-09-18 10:27:21 · answer #1 · answered by Barkley Hound 7 · 1 0

Use IF to do the test then you get to choose what gets displayed. Use the windows character map to find a check mark to display.

In excel help there is an excellent tutorial on IF

2006-09-18 10:21:08 · answer #2 · answered by teef_au 6 · 1 0

It should be like this
=IF( OR( A1=10, B1=12), "Found", "")

Using IF statement will do the trick

XLMan

2006-09-19 21:30:42 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers