Formula Problem

stephen.smith

Board Regular
Joined
Jul 7, 2010
Messages
119
Hey Guys I cant devise a formula to make this work. I have attached an example below. Any help would be appreciated.
Thanks
Excel Workbook
ABCDEFGHIJKLM
1Combo BoxCombo ResultManual Input1Manual Input 2Manual Input 3Max C:ETable ResultLookup Table
211.11.11.41.4JKL123
321.11.81.21.8FAU1.1ABCFADSAU
411.21.21.31.3GHI1.2DEFFATSEU
531.51.11.31.5SIO1.3GHIFASSIU
631.81.21.61.8SLP1.4JKLFARSTU
711.71.11.51.7STU1.5MNOFAQSIO
821.41.61.21.6FAW1.6PQRFAWSIF
91.7STUFAYSOK
10I cant find a formula to make the table result column work, please help!!1.8VWXFAUSLP
11
Strength Monitoring
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
this doesnt work, if i manually type in the answer to the max column it works but when the max formula is finding the result it doesnt work???
 
Upvote 0
Then the formula result is different to the figure you're typing in.

Check your decimal accuracy with =TEXT(MAX(C2:E2),"0.0000000000")

In F2 =ROUND(MAX(C2:E2),0) will truncate the result and fix the problem.
 
Last edited:
Upvote 0
What result does the formula give you in G2 with the max formula in F2?
 
Upvote 0
What cell format are you using on F2:F8 and J3:J10
 
Upvote 0
Did you try it with =ROUND(MAX(C2:E2),1) in F2?

Does =vlookup(E2,$J$1:$M$10,B2+1,0) give a result or an error?
 
Upvote 0

Forum statistics

Threads
1,217,414
Messages
6,136,493
Members
450,016
Latest member
murarj

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