Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a formula that would give me the following information:
If the total in column B=0 from sheet Feb then the total from column B from sheet Jan should be used in sheet Mar ex. Sheet Feb column b=0 Sheet Jan column b=2 Sheet Mar should show 2 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe this:
=IF(SUM(Feb!B:B)=0,SUM(Jan!B:B),SUM(Feb!B:B)) HTH, Paul "LOURDES" wrote in message ... I need a formula that would give me the following information: If the total in column B=0 from sheet Feb then the total from column B from sheet Jan should be used in sheet Mar ex. Sheet Feb column b=0 Sheet Jan column b=2 Sheet Mar should show 2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine logical formulas "if", "and", "or" | Excel Discussion (Misc queries) | |||
Combining formulas, "and" & "or" to verify content of multiple cel | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) |