dnksideways
New Member
- Joined
- Jun 30, 2010
- Messages
- 14
I'm trying to use If/Or statements to get a dashboard to work based on the following criteria and get an error about using too many arguments. I've listed below what I'm trying to get the forumla to produce. When you select the status (shown below) from the list I created in a cell it is supposed to drive the forumula such that:
Status Cell Reference
Green I6
1 Yellow G6
3 Yellow or Red E6
2 Yellow Interpolate between E6 and G6
Here is what I have so far but it's not much:
=IF(OR(K25="Red",K25="3 Yellow"),$E$6,IF(K25="Green",$I$6))
Any help is appreciated and if this isn't clear enough please let me know and I'll provide more information. thanks.
Status Cell Reference
Green I6
1 Yellow G6
3 Yellow or Red E6
2 Yellow Interpolate between E6 and G6
Here is what I have so far but it's not much:
=IF(OR(K25="Red",K25="3 Yellow"),$E$6,IF(K25="Green",$I$6))
Any help is appreciated and if this isn't clear enough please let me know and I'll provide more information. thanks.