Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
HI, WORKS GREAT!!
Thanks allot! "dhstein" a scris: Use the array formula: =MIN(IF(H1:H12$A$1,(H1:H12)-$A$1,MAX(H1:H12)))+$A$1 Array formulas are entered with "CTRL + SHIFT + ENTER" See : http://www.cpearson.com/excel/ArrayFormulas.aspx "puiuluipui" wrote: Hi, i need an code with 12 arguments. =IF(A1<H1,H1,IF(A1<H2,H2,IF(A1<H3,H3,IF(A1<H4,H4,I F(A1<H5,H5,IF(A1<H6,H6,IF(A1<H7,H7,IF(A1<H8,H8)))) )))) This code is not working with more than 8 arguments, and i need 12. I tried =choose, but still not working. Any ideea? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF multiple arguments | Excel Worksheet Functions | |||
Multiple Arguments | Excel Discussion (Misc queries) | |||
sum with multiple arguments | Excel Worksheet Functions | |||
Multiple Arguments | Excel Worksheet Functions | |||
how do I count with multiple arguments | Excel Worksheet Functions |