Simplify VLookup formula

Mldeuser

Well-known Member
Joined
Dec 27, 2008
Messages
573
Office Version
  1. 365
Platform
  1. Windows
Hello

Is it possible to simplify my vlookup formula? Nothing will change when new information is entered into the utilities MO1 tab.

=VLOOKUP(B106,'Utilities MO1'!$B$2:$AH$38,5,FALSE)+VLOOKUP(B106,'Utilities MO1'!$B$2:$AH$38,6,FALSE)+VLOOKUP(B106,'Utilities MO1'!$B$2:$AH$38,7,FALSE)+VLOOKUP(B106,'Utilities MO1'!$B$2:$AH$38,8,FALSE)+VLOOKUP(B106,'Utilities MO1'!$B$2:$AH$38,10,FALSE)

Thank you
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Perhaps:
Excel Formula:
=SUM(VLOOKUP(B106,'Utilities MO1'!$B$2:$AH$38,{5,6,7,8,10},FALSE))
 
Upvote 1
Formula works just wondered if there was a simpler formula
 
Upvote 0
In that case try Jan's idea, or
Excel Formula:
=SUM(XLOOKUP(B106,'Utilities MO1'!$B$2:$B$38,CHOOSECOLS('Utilities MO1'!$F$2:$K$38,1,2,3,4,7)))
 
Upvote 0

Forum statistics

Threads
1,216,756
Messages
6,132,530
Members
449,733
Latest member
Nameless_

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