How does this formula work?

Dathan

New Member
Joined
Oct 25, 2006
Messages
49
This formula works, but I don't understand it.

=LOOKUP(REPT("z",255),B1:R1)

Can someone explain how it works?

Thanks,
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Rept("z",255) will produce text of

zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz.....on and on 255 characters long...

it's just an outrageous text string that couldn't possibly exist in the range B1:R1..

so lookup("zzzz...",B1:R1)
Lookup Searches for Closest match if there is no exact match.. Therefore looks for CLOSEST match not EXACT match..

so it will always return the last text string in the range (furthest Right, or Furthest Down, depending on the range in the formula)...
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,573
Members
449,089
Latest member
Motoracer88

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