Home |
Search |
Today's Posts |
#12
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
neat.. didn't catch the -100,0
was mixing a few subjects, should have shown expanded on IF( IF( we both -get the and(.. what mean, if you didn't see.. (should have included dif example for if(if is amount of sub-items that get anded to the first item(s) cascade AND's for saving space in longer versions: =IF(AND(C9=1,N9=1,EE9DW9),IF(BV9<$AU$4,IF(BZ9<$AU $6,IF(U9=1,4,3),2),1),0) =IF(J9=1,IF(($P$2=1)*(BV9<$AU$4),IF(($P$3=1)*(BZ9< $AU$6),2,1),0),0) =IF(AND(D9=1,Q9=1,U9=1,HJ9=0,IF($R$30,DV9$AA$7,T RUE)),IF(P9=1,IF((BN9=0)*(O9=1),1,2),3),9) has to be in a topic - subtopic fashion, allows combining other columns same stuff, use greater / less than, to meet requirements. (not refering to $C$2/$C$3.. my fault). "ShaneDevenshire" wrote: Hi, Sorry I don't follow the new question. If you are asking have we seen ideas where using a control cell like C2 and C3 to reduce the complexity of a much longer formula - I can only speak for me, personally I use a lot of tricks to keep formulas shorter and simplier as do many of the other contributors. There is always something new to learn and I think most of the contributors are always looking for such goodies. I'm glad we have been able to help on the other questions. -- Thanks, Shane Devenshire "Nastech" wrote: (other slight question below) thanks both !!, would seem to be the right thing.. have to test later, but wondered if wasn't something alittle simpler than Mod stuff.. as far as selection term goes, I just meant the selection that would occur from $C$2 what was working on last hour would be a (still not right I think, but correction on % change formula portion trying to convey, to anyone who trying to follow, is partial? correction from previous post), is: =IF(E454=1,IF($C$2=1,EC454/EF454%, OFFSET(FE454,0,$C$3)/OFFSET(EF454,0,$C$2-1)%),100)-100 Question is this something seen before for part came up with for 1st to IF's, concept for cascading "IF's", have been using for much longer formula's have saved much space for many common variables. only pay back I got :) thanks. "ShaneDevenshire" wrote: Hi, When you say "select" what do you mean?, formulas do not "select" ranges, they uses ranges to calculate. Suppose you want to return the value on the first row of every other column that you indicate by your entry in cell C2, then the formula would be: =INDEX(E9:X49,1,$C$2*2-1) but if you want to do something like sum the whole column then the formula would be =SUM(INDEX(E9:X49,,$C$2*2-1)) If this helps, then please click the Yes button. -- Thanks, Shane Devenshire "Nastech" wrote: trying to select every other 1st column, of 2 columns sets. 20 columns, 10 sets. only use one at a time for formula trying to make. using fixed cell $C$2 to enter 1-10. (first col is a low number, 2nd col is hi). selecting 1 column at a time works for the following example. =INDEX(E49:X9,1,$C$2) but for example, need 2 to select column G, 3 column I .. do I need use of / get help with MOD() ? thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Where is the HELP INDEX | Excel Discussion (Misc queries) | |||
Chart axes color index vs font color index | Charts and Charting in Excel | |||
How do I pull the col. index value as well as row index value | Excel Discussion (Misc queries) | |||
index/index | Excel Worksheet Functions | |||
Using INDEX & AND | Excel Worksheet Functions |