Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi there,
I have 2 sheets. One sheet has numerical value with correspoonding Calendar Months, eg 1 for jan, 2 for Feb, 3 for mar and so on... I was to use the same numbers and translate them into Fiscal year months eg. Jan will be fiscal month 7, feb will be fiscal mth 8 and so on for that reason I am using the following: IF(Main_Sheet!B2=1,7),IF(Main_Sheet!B2=2,8) but i get an error. Pls. help me with this Many Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=IF(Main_Sheet!B2="","",IF(Main_Sheet!B2<7,Main_Sh eet!B2+6,Main_Sheet!B2-6)) Biff "Deezel" wrote in message ... Hi there, I have 2 sheets. One sheet has numerical value with correspoonding Calendar Months, eg 1 for jan, 2 for Feb, 3 for mar and so on... I was to use the same numbers and translate them into Fiscal year months eg. Jan will be fiscal month 7, feb will be fiscal mth 8 and so on for that reason I am using the following: IF(Main_Sheet!B2=1,7),IF(Main_Sheet!B2=2,8) but i get an error. Pls. help me with this Many Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks alot Biff It works just fine.... Thanks a bunch "Biff" wrote: Try this: =IF(Main_Sheet!B2="","",IF(Main_Sheet!B2<7,Main_Sh eet!B2+6,Main_Sheet!B2-6)) Biff "Deezel" wrote in message ... Hi there, I have 2 sheets. One sheet has numerical value with correspoonding Calendar Months, eg 1 for jan, 2 for Feb, 3 for mar and so on... I was to use the same numbers and translate them into Fiscal year months eg. Jan will be fiscal month 7, feb will be fiscal mth 8 and so on for that reason I am using the following: IF(Main_Sheet!B2=1,7),IF(Main_Sheet!B2=2,8) but i get an error. Pls. help me with this Many Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
Biff "Deezel" wrote in message ... Thanks alot Biff It works just fine.... Thanks a bunch "Biff" wrote: Try this: =IF(Main_Sheet!B2="","",IF(Main_Sheet!B2<7,Main_Sh eet!B2+6,Main_Sheet!B2-6)) Biff "Deezel" wrote in message ... Hi there, I have 2 sheets. One sheet has numerical value with correspoonding Calendar Months, eg 1 for jan, 2 for Feb, 3 for mar and so on... I was to use the same numbers and translate them into Fiscal year months eg. Jan will be fiscal month 7, feb will be fiscal mth 8 and so on for that reason I am using the following: IF(Main_Sheet!B2=1,7),IF(Main_Sheet!B2=2,8) but i get an error. Pls. help me with this Many Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2 IF Statements not mutually exclusive | Excel Discussion (Misc queries) | |||
UDFunctions and nested If-the-else statements | Excel Worksheet Functions | |||
Linking two IF statements together | Excel Discussion (Misc queries) | |||
Better Way to Code IF Statements? | Excel Discussion (Misc queries) | |||
Nested IF statements | Excel Worksheet Functions |