LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default Nest more then seven if conditions

LadyHawk wrote...
No it didn't work because the cells that have the price cost aren't next to
each other.
($I$4:BY4). They are specifc cells:
- August is in column X;
- September is in column AG;
- October is in column AP;
- November is in column AY;
- December is in column BH;
- January is in column BQ;
- February is in column BZ.

....

Then make them into an array.

X4*{1,0,0,0,0,0,0}+AG4*{0,1,0,0,0,0,0,0,}+AP4*{0,0 ,1,0,0,0,0}+AY4*{0,0,0,1,0,0,0}
+BH4*{0,0,0,0,1,0,0}+BQ4*{0,0,0,0,0,1,0}+BZ4*{0,0, 0,0,0,0,1}

Or, since these appear to be every 9th column, use something like

INDEX($P$4:$BZ$4,9*<some.expression.that.increment s.by.1)

 
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
Can I nest Max in HLOOKUP? Cecilia Excel Worksheet Functions 1 September 13th 06 10:37 PM
help with functions to nest [email protected] Excel Worksheet Functions 4 August 7th 06 08:12 PM
how do I nest functions Rainy Excel Worksheet Functions 2 May 18th 05 07:10 PM
How do I nest these 3 IF functions? Rochelle B Excel Worksheet Functions 4 May 2nd 05 12:52 AM
HOW DO I NEST MORE THAN 1 IF FUNCTION? Rochelle B Excel Worksheet Functions 2 April 27th 05 02:28 PM


All times are GMT +1. The time now is 06:49 AM.

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

About Us

"It's about Microsoft Excel"