I have created the below formula because I have multiple lookup criteria on an Excel table; however, in order to make it work, I have to individually go into each cell and press Ctrl+Shift+Enter. When I tried to create a macro For Each Cell in Selection every cell in the selection returned the same value, as if it was looking up the same criteria.
=SUM(IF('Data table - actual'!$A:$A=('Actual formula'!B$4&'Actual formula'!$A5),'Data table - actual'!$E:$E))
Does anyone know how to create a macro to individually update each cell within a formula?
Many thanks
Michael
=SUM(IF('Data table - actual'!$A:$A=('Actual formula'!B$4&'Actual formula'!$A5),'Data table - actual'!$E:$E))
Does anyone know how to create a macro to individually update each cell within a formula?
Many thanks
Michael