krisbuddies
New Member
- Joined
- Jul 30, 2018
- Messages
- 14
Morning all
Some help needed please - seems pretty simple but it's beyond my Excel knowledge!!
Data, as follows
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]12[/TD]
[TD]3.1[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]24[/TD]
[TD]3.2[/TD]
[TD]2.5[/TD]
[TD]2.5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]36[/TD]
[TD]3.3[/TD]
[TD]3[/TD]
[TD]2.75[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]48[/TD]
[TD]3.4[/TD]
[TD]3.75[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]60[/TD]
[TD]3.5[/TD]
[TD]4[/TD]
[TD]3.25[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]72[/TD]
[TD]3.6[/TD]
[TD]4.5[/TD]
[TD]3.5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]84[/TD]
[TD]3.7[/TD]
[TD]5[/TD]
[TD]3.75[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]36[/TD]
[TD][/TD]
[TD]3.5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
A1:D7 are static tables, A9 and C9 are variables.
What I want my formula to do is look at A9 & C9, then add the 2 figures in B1:B7 & D1:D7 together.
So, in this example, the result would be 3.3 + 3 (because I need the formula to see if C9 is equal to or less than the figures in D1:D7.
Does that make sense?? I think this will be some sort of Index Match query, but I'm really struggling to get it to work! Thanks in advance...
Some help needed please - seems pretty simple but it's beyond my Excel knowledge!!
Data, as follows
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]12[/TD]
[TD]3.1[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]24[/TD]
[TD]3.2[/TD]
[TD]2.5[/TD]
[TD]2.5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]36[/TD]
[TD]3.3[/TD]
[TD]3[/TD]
[TD]2.75[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]48[/TD]
[TD]3.4[/TD]
[TD]3.75[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]60[/TD]
[TD]3.5[/TD]
[TD]4[/TD]
[TD]3.25[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]72[/TD]
[TD]3.6[/TD]
[TD]4.5[/TD]
[TD]3.5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]84[/TD]
[TD]3.7[/TD]
[TD]5[/TD]
[TD]3.75[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]36[/TD]
[TD][/TD]
[TD]3.5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
A1:D7 are static tables, A9 and C9 are variables.
What I want my formula to do is look at A9 & C9, then add the 2 figures in B1:B7 & D1:D7 together.
So, in this example, the result would be 3.3 + 3 (because I need the formula to see if C9 is equal to or less than the figures in D1:D7.
Does that make sense?? I think this will be some sort of Index Match query, but I'm really struggling to get it to work! Thanks in advance...