Chance1234
IS-IT--Management
I have a list of data on one sheet, and on another sheet i have a serious of formulas that carrys out calculations on the sheet with the data.
the only problem is, the amount of data in the list changes reguarly and the updatres are done through code, so excel doesnt automaticly change the references in the formulas on the next sheet.
Am i going mad or missing the obvious but i was sure you could do this, re below
in my formulas
i have a formula like this
=SUMIF(data!N2:$N15,"bob",data!P215)
now the next day i only have 10 records, now its not a problem with teh criteria being bob, but lets say it is "Is blank" that is going to give me incorrect results.
am i imaging things or is it possible to say have another cell on the sheet which contains the number of rowss on the data sheet and use that in the reference of the formula.
so lets say i stuck the number in cell a1, then with my formula change it to
=SUMIF(data!N2:$N(a1),"bob",data!P2(a1))
but it doesnt work !
iI know a way to do it code, but it is friday and im tired and bored,
the only problem is, the amount of data in the list changes reguarly and the updatres are done through code, so excel doesnt automaticly change the references in the formulas on the next sheet.
Am i going mad or missing the obvious but i was sure you could do this, re below
in my formulas
i have a formula like this
=SUMIF(data!N2:$N15,"bob",data!P215)
now the next day i only have 10 records, now its not a problem with teh criteria being bob, but lets say it is "Is blank" that is going to give me incorrect results.
am i imaging things or is it possible to say have another cell on the sheet which contains the number of rowss on the data sheet and use that in the reference of the formula.
so lets say i stuck the number in cell a1, then with my formula change it to
=SUMIF(data!N2:$N(a1),"bob",data!P2(a1))
but it doesnt work !
iI know a way to do it code, but it is friday and im tired and bored,