Excel Formula error?

cicmic

New Member
Joined
Aug 2, 2011
Messages
5
Hi guys. Im using the following formula..

=INDEX(IngredientRecipesPrep!$1:$1048576,MATCH(C$1,IngredientRecipesPrep!$1:$1,0),MATCH($A4,IngredientRecipesPrep!$A:$A,0))/VLOOKUP(C$1,DailyPrepParLevels!$1:$1048576,23,FALSE)*C$2

im trying to match up two values with =index to get a number then divide with another value then multiply with another... instead of getting the right number im getting results as if the formula was to transpose the cells downwards (the right numbers seem to appear but transposed..).. i dont understand why. Can you please take a look and try to see what I have done wrong? I am happy to send an attachment.. can find that option here.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi

Does this -

Index(Array, Row Num, Column num)

help?

I think you're doing -
Index(Array, Column num, Row Num)
 
Upvote 0
Hi

Apologies for not welcoming you to this forum in the first post.

Pleased to have helped.

Thank you for the feedback.

Good luck with your project.
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,331
Members
452,907
Latest member
Roland Deschain

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top