Problem med formel: =LETARAD(MAX(A:A);A:B;2;FALSKT)

felix89

New Member
Joined
Jan 15, 2010
Messages
3
Från en kolumn ( B) vill jag leta fram det största värdet och hämta värdet från den intilliggande kolumnen ( A ) på samma rad.

A B
20 4
21 4
22 8
23 6
24 10
25 3


Tänk dig att i kolumn A är en grupp personers åldrar och i kolumn B står hur många det är av just den åldern.

Jag använder mig av =LETARAD(MAX(B1:B6);A1:B6;6;FALSKT)

Men jag får bara uppvärdet #SAKNAS!

Vad gör jag för fel?
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Hej!


Om du vill returnera värde från kolumn A genom att söka i kolumn B så får du använda:

=INDEX(A1:A6;PASSA(MAX(B1:B6);B1:B6;0))

LETARAD fungerar bara "åt höger"
 
Upvote 0

Forum statistics

Threads
1,215,444
Messages
6,124,892
Members
449,194
Latest member
JayEggleton

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