Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi-
I am trying to create a formula that is based on a text value. Pseudo code is as follows: If cell value for B3 is equal to "S&P" then cell value for B5 is equal to B4*10 else if the cell value for B3 is equal to "DOW" then cell value for B5 is equal to B4/.25*12.50. else if cell value is equal to "Nas100"...... Essentially, I am looking for something simlar to a switch statement in the form of an excel formula. I am new to excel. What I have so far is: =IF(OR(B3={"S&P","DOW","Nas100","Gold","Silver"}), ???, ???) Thank you for your help in advance! Nick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create formula that will pull a value based on text in diff cell? | Excel Discussion (Misc queries) | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
can i create formula giving totals based on financial & text info | Excel Discussion (Misc queries) | |||
formula based on text information | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |