Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
My brain is not working today. I have an if statement =IF(ErrRpt2!C5="Corp",'Sch 7'!G7,0) Now I want to nest another IF statement to this, If sheet 1=P, Sch 7,'Sch 7'!G7,0) Any help will be appreciated. -- thank you mac |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(AND(Sheet1!A1="P",ErrRpt2!C5="Corp"),'Sch 7'!G7,0)
"mac" wrote: Hello, My brain is not working today. I have an if statement =IF(ErrRpt2!C5="Corp",'Sch 7'!G7,0) Now I want to nest another IF statement to this, If sheet 1=P, Sch 7,'Sch 7'!G7,0) Any help will be appreciated. -- thank you mac |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SQL concatenation statement | Excel Discussion (Misc queries) | |||
SET statement tutorial | Excel Discussion (Misc queries) | |||
If statement | Excel Discussion (Misc queries) | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions | |||
How do I fix a circular reference in a financial statement? | Excel Discussion (Misc queries) |