Formula not showing correct answer.

JaysonHughes

New Member
Joined
Jul 13, 2022
Messages
23
Office Version
  1. 2021
Platform
  1. Windows
Formula not showing correct,
=VLOOKUP(F6,F:G,2,0)+VLOOKUP(F6,F:H,3,0)/VLOOKUP(F6,F:I,4,0)+VLOOKUP(F6,F:J,5,0) not showing correct result
=(((G2+H2)/(I2+J2))) Showing correct result
Any advice would be great :)
 

Attachments

  • Error.jpeg
    Error.jpeg
    55 KB · Views: 2

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
wrong data set
Above

=VLOOKUP(A6,A:F,2,0)+VLOOKUP(A6,A:F,3,0)/VLOOKUP(A6,A:F,4,0)+VLOOKUP(A6,A:F,5,0) not showing correct result
=(((B2+C2)/(D2+E2))) Showing correct result
Any advice would be great
 

Attachments

  • Error.jpeg
    Error.jpeg
    58.1 KB · Views: 2
Upvote 0
You’ll need some more brackets.

=(VLOOKUP(A6,A:F,2,0)+VLOOKUP(A6,A:F,3,0))/(VLOOKUP(A6,A:F,4,0)+VLOOKUP(A6,A:F,5,0))
 
Upvote 0
Solution
For future reference.

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: VLOOK UP Not giving correct answer.
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,215,956
Messages
6,127,931
Members
449,411
Latest member
AppellatePerson

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