Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Easier to create a table of numbers in the left column and results in the
right column, then use =if(A1="","",vlookup(A1,Sheet2!A1:B1000,2,False)) Otherwise Select Case Range("A1").Value Case 1 res = "Hello" Case 2 res = "Goodbye" Case Else res = "Not found" End Select Case msgbox Res -- Regards, Tom Ogilvy "Liam" wrote in message oups.com... Thanks Tom, Sorry I wan't clear enough! There are a whole bunch of possible values and outcomes, way too many for a nested IF statement approach. I was looking for a VB solution something along the lines of Case or If ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text to values | Excel Worksheet Functions | |||
Sumif using Values, but returning text or values | Excel Discussion (Misc queries) | |||
Plotting XY with X text values? Credit ratings and their ROE values | Charts and Charting in Excel | |||
Finding values within text and substituting with alternate values. | Excel Programming | |||
Text values to numeric values | Excel Discussion (Misc queries) |