Hello All,
I am building a report in which I have started to get familiar with the INDIRECT funtion. Was not having much trouble with it until I ran into the following formula:
=SUM(IF('SAL Adjusted'!$AN$3:$AN$314<'SAL Adjusted'!$AP$3:$AP$314,1,0)
I tried to apply the same syntax that I had applied to the other lines of formula that worked but the following quickly produces an error:
=SUM(IF(INDIRECT("'SAL Adjusted'!$AN$3:$AN$314")<(INDIRECT("'SAL Adjusted'!$AP$3:$AP$314"),1,0)))
Im sure my syntax is off somewhere, but not sure where exactly. Have tried a few different placements of the end quote and parenthesis, but have not gotten the above formula to work. Any help would be greatly appreciated!