Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Excel Masters,
I can't get my choose formula to work =A2*(CHOOSE(INDEX(MATCH(B2,period,0),1),52,26,12,2 )) Essentially doing up a home budgeting sheet that i can modify at some point. what am I trying to achieve? A2 is a payment amount B2 is a drop down list of payment frequencies ie week, fortnight, month, bi-annual. This cell has the defined name of "period" I did read on another forum that the INDEX function is not needed, however, this is how it stands at the moment. At this point, it will only calculate weekly no matter what period I choose from the drop down..... Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Dave,
Am Sat, 10 Dec 2016 09:55:38 +0000 schrieb Dave1972: =A2*(CHOOSE(INDEX(MATCH(B2,period,0),1),52,26,12,2 )) try: =A2*VLOOKUP(period,{"week",52;"fortnight",26;"mont h",12;"bi-annual",2},2,0) Regards Claus B. -- Windows10 Office 2016 |
#3
![]() |
|||
|
|||
![]() Quote:
Worked a treat...thank you. However...now I am intrigued....why didn't the other formula work? any clue? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Dave,
Am Sun, 11 Dec 2016 09:59:47 +0000 schrieb Dave1972: Worked a treat...thank you. However...now I am intrigued....why didn't the other formula work? any clue? period is only one cell. Therefore MATCH doesn't work. If you have a range named "period" you can use CHOOSE(MATCH...) Have a look: https://1drv.ms/x/s!AqMiGBK2qniTgYM8Bn8SrF_p88VMVw period is the named range R1:R4. Regards Claus B. -- Windows10 Office 2016 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Choose format while Find & Replace not working | Excel Discussion (Misc queries) | |||
Newly created Get Function is not working when I copied the syntax from a working function | Excel Programming | |||
which function to choose? | Excel Worksheet Functions | |||
Which function to choose? | Excel Worksheet Functions | |||
CHOOSE Function | Excel Worksheet Functions |