Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi there,
Am seeking assistance. How would I go about ascribing a value to a symbol in Excel? For example if I wished to use ticks and crosses from WingDings and have them represent a 1 and Zero value respectively so that they could be used with basic formulas. Any help would be greatly appreciated. Many thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can ascribe the value in the referencing statement:
=IF(A1=CHAR(252),1,0) where A1 would be formatted as Wingdings and CHAR(252) is the check-mark. -- Gary's Student "Chet" wrote: Hi there, Am seeking assistance. How would I go about ascribing a value to a symbol in Excel? For example if I wished to use ticks and crosses from WingDings and have them represent a 1 and Zero value respectively so that they could be used with basic formulas. Any help would be greatly appreciated. Many thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Symbols in Drop Down Lists | Excel Worksheet Functions | |||
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row | Excel Worksheet Functions | |||
I Need a formula to evaluate a cell with + or - values | Excel Worksheet Functions | |||
Return Range of Numerical Values in Single Column based on Frequency Percentage | Excel Worksheet Functions | |||
Using symbols for drop down list boxes? | Excel Worksheet Functions |