#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dhawk001
 
Posts: n/a
Default excel

How can I join the two in to one string will only let me go to b9
=IF(Mar!D2=M18,Mar!B2,IF(Mar!D3=M18,Mar!B3,IF(Ma r!D4=M18,Mar!B4,IF(Mar!D5=M18,Mar!B5,IF(Mar!D6= M18,Mar!D6,IF(Mar!D7=M18,Mar!B7,IF(Mar!D8=M18,Ma r!B8,IF(Mar!D9=M18,Mar!B9,E18))))))))
=IF(Mar!D10=M18,Mar!B10,IF(Mar!D11=M18,Mar!B11,I F(Mar!D12=M18,Mar!B12,IF(Mar!D13=M18,Mar!B13,IF( Mar!D14=M18,Mar!D14,IF(Mar!D15=M18,Mar!B15,IF(Ma r!D16=M18,Mar!B16,IF(Mar!D17=M18,Mar!B17,E16)))) ))))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB
 
Posts: n/a
Default excel

Currently, excel can only nest to 7 levels. It looks like you are trying to
find the smallest value in Mar!D2:D17 that is greater than or equal to M18
and return whatever is in Mar!B2:B17. See if this helps.

=INDEX(Mar!B2:B17,MATCH(M18,Mar!D2:D17,1)+(VLOOKUP (M18,Mar!D2:D17,1,TRUE)<M18))



"dhawk001" wrote:

How can I join the two in to one string will only let me go to b9
=IF(Mar!D2=M18,Mar!B2,IF(Mar!D3=M18,Mar!B3,IF(Ma r!D4=M18,Mar!B4,IF(Mar!D5=M18,Mar!B5,IF(Mar!D6= M18,Mar!D6,IF(Mar!D7=M18,Mar!B7,IF(Mar!D8=M18,Ma r!B8,IF(Mar!D9=M18,Mar!B9,E18))))))))
=IF(Mar!D10=M18,Mar!B10,IF(Mar!D11=M18,Mar!B11,I F(Mar!D12=M18,Mar!B12,IF(Mar!D13=M18,Mar!B13,IF( Mar!D14=M18,Mar!D14,IF(Mar!D15=M18,Mar!B15,IF(Ma r!D16=M18,Mar!B16,IF(Mar!D17=M18,Mar!B17,E16)))) ))))

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Open Excel 2003 from Windows Explorer pmpjr Excel Discussion (Misc queries) 9 September 11th 06 03:58 PM
Need suggestions for some uses of Ms Excel Bible John Excel Discussion (Misc queries) 1 February 27th 06 05:30 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 10:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"