4 arrow sets

hsandeep

Well-known Member
Joined
Dec 6, 2008
Messages
1,226
Office Version
  1. 2010
Platform
  1. Windows
  2. Mobile
C2=Either of 1,2,3,4 or null

Output required: B2=CF1 for C2=1 else CF2 for C2=2 else CF3 for C2=3 else CF4 for C2=4

CF1=1 THEN 2 arrows UP (straight)
CF2=2 THEN 2 arrows Horizontal & UP
CF1=3 THEN 2 arrows DOWN (straight)
CF1=4 THEN 2 arrows Horizontal & DOWN

How to accomplish?

Using Excel2007.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Here's your formula for B2:
=IF(AND(C2>0,C2<5),INDEX(CF1:CF4,C2),"")

I don't understand the next part, why did the second range change to CF2?
CF2=2 THEN 2 arrows Horizontal & UP

and where did you want these arrows?
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,324
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top