Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are probably lacking information here, but try this:
=LOOKUP(B1,{"Jan","Feb","Mar","Apr","May","Jun","J ul","Aug","Sep","Oct","Nov","Dec"}) Or perhaps this: =OFFSET($A$1,,MATCH(B1,{"Jan","Feb","Mar","Apr","M ay","Jun","Jul","Aug","Sep","Oct","Nov","Dec"},0 )) Regards, Ryan-- -- RyGuy "PCLIVE" wrote: Gives an example of your current formula attempt. -- "GJP" wrote in message ... I've got a spreadsheet that tracks a number of inventory categories & values by month. The last column calculates the Monthly Change for each row - this month's inventory minus last month's inventory. Rather than change the formula each month I thought I could use a nested IF based on the month number, but ran into the limitation of 7 nested IFs, which is a problem given that there are 12 months. Anyone have a good way to do a subtraction calculation in a cell that will have varying column references each month? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the IRR formula for MONTHLY periodic payments? | Excel Worksheet Functions | |||
How do I set up monthly random work schedule for 60 hours monthly | Excel Discussion (Misc queries) | |||
non nested-if way to change (0) to 0? | Excel Discussion (Misc queries) | |||
calculate monthly average percentage of change | Excel Worksheet Functions | |||
Mortgage template comparing interest pd, monthly, bi-monthly, ext. | Excel Discussion (Misc queries) |