Hello Everyone,
I'm stuck on a formula and trying to get it to work correctly. I'm trying use a formula that will look at two different criteria, one in a column and one in a row. Once it finds both criteria it will pull back a certain cell value where the two meet. The data is very large and has about 5000 rows. Also, both of the criteria can be changed through a drop down box to meet certain needs of the business.
EX. Cell A1 has "YTD" but can change to Q1 or Q2...
Cell A3 has "Store Payables" and can change to Outside service, Labor....
In a very large range of data i need the formula to find where the two cells meet on the axis and pull back that value.
And one more thing, the "Store Payables" is a Nickname for the real value that is going to be in the range of cells to look for that value. I've already created a table where a vlookup could be used to pull the real name of the value to be found.
Thank you for any help in solving this one!
EDIT:
=SUMIF('Input - Essbase'!$C$60:$C$4809,VLOOKUP(B23,'Account Index'!$C$39:$D$71,2),'Input - Essbase'!$H$60:$S$4809)/1000000
This is the formula I've been trying to use but it will not pull back the correct amount and it is also only looking at one criteria. I tried using an "AND("function but had no luck.
I'm stuck on a formula and trying to get it to work correctly. I'm trying use a formula that will look at two different criteria, one in a column and one in a row. Once it finds both criteria it will pull back a certain cell value where the two meet. The data is very large and has about 5000 rows. Also, both of the criteria can be changed through a drop down box to meet certain needs of the business.
EX. Cell A1 has "YTD" but can change to Q1 or Q2...
Cell A3 has "Store Payables" and can change to Outside service, Labor....
In a very large range of data i need the formula to find where the two cells meet on the axis and pull back that value.
And one more thing, the "Store Payables" is a Nickname for the real value that is going to be in the range of cells to look for that value. I've already created a table where a vlookup could be used to pull the real name of the value to be found.
Thank you for any help in solving this one!
EDIT:
=SUMIF('Input - Essbase'!$C$60:$C$4809,VLOOKUP(B23,'Account Index'!$C$39:$D$71,2),'Input - Essbase'!$H$60:$S$4809)/1000000
This is the formula I've been trying to use but it will not pull back the correct amount and it is also only looking at one criteria. I tried using an "AND("function but had no luck.
Last edited by a moderator: