Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need a formula for a cell that gives me a numeric character (-3) return
based on another cell's alpha character (Y) I am using windows vista, microsoft professional excel 08 O believe. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A1="Y",-3,"whatever you desire")
best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "Chris Sear" <Chris wrote in message ... I need a formula for a cell that gives me a numeric character (-3) return based on another cell's alpha character (Y) I am using windows vista, microsoft professional excel 08 O believe. Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Or, if you have more codes you want to match up, use a VLOOKUP table.
-- Tips for Excel, Word, PowerPoint and Other Applications http://www.kan.org/tips "Bernard Liengme" wrote: =IF(A1="Y",-3,"whatever you desire") best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "Chris Sear" <Chris wrote in message ... I need a formula for a cell that gives me a numeric character (-3) return based on another cell's alpha character (Y) I am using windows vista, microsoft professional excel 08 O believe. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I Then logic help | Excel Worksheet Functions | |||
"Reading"the logic behind too-long command statements | Excel Worksheet Functions | |||
Excel Logic Statements | Excel Discussion (Misc queries) | |||
If Then logic not enough | Excel Discussion (Misc queries) | |||
Can you stop charts from plotting logic statements as 0 | Charts and Charting in Excel |