Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi all, I have an IF formula that need to be testing more than seven statements. The question is if it is possible to split the IF-statement in two different cells, and then get them wether the conditions is right or not. Like this: In sheet1: IF($S$4={"O"};"",IF(G16<=$T$7;0 In sheet2: IF($S$4={"H"},IF(G16<=$T$7;0 The formulas above is not relevant, they are just shown as an example of what I mean to do in the formula below In sheet3: =IF($S$4={"O"},"",IF(AND($S$4={"H"},$T$41000),She et1!M16,Sheet2!M16)) The above idea doesn't work, as it refers to the cell G16 in sheet1 and sheet2. I want the IF-formulas in sheet1 and 2 test the values in sheet3 G16. Is it even possible? Any respond to this is very helpful! //Thomas -- Jonsson ------------------------------------------------------------------------ Jonsson's Profile: http://www.excelforum.com/member.php...fo&userid=5472 View this thread: http://www.excelforum.com/showthread...hreadid=491755 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using a relative SHEET reference for source data in a chart | Charts and Charting in Excel | |||
Change sheet name in formula | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Need formula for sheet & cell reference | Excel Worksheet Functions | |||
Formula to refer to other worksheet... | Excel Worksheet Functions |