Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A1 is Price
A2 we would enter letters A - G A3 If A2 is A multiply A1 by 50% If A2 is B multiply A1 by 55% etcetera I Can't seem to create a formula that works. -- Dave1125 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dave,
I would probably use a Vlookup table to accomplish this. For example: G1: A G2: B G3: C etc. H1: .5 H2: .55 H3: .6 etc. A3: =A1 * VLookup(A2,G1:H7,2,False) Does that work? "Dave" wrote: A1 is Price A2 we would enter letters A - G A3 If A2 is A multiply A1 by 50% If A2 is B multiply A1 by 55% etcetera I Can't seem to create a formula that works. -- Dave1125 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() If each letter increases the % by 5 as per your example... =A1*(0.5+0.05*(CODE(A2)-65)) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=542299 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Nice.
"daddylonglegs" wrote: If each letter increases the % by 5 as per your example... =A1*(0.5+0.05*(CODE(A2)-65)) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=542299 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
assign formula to another cell | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
I need a formula to get a 15% discount from a # like $452,472.00 | Charts and Charting in Excel | |||
adding row to forumla | Excel Discussion (Misc queries) | |||
Creating a check mark box | Setting up and Configuration of Excel |