Hi,
I watched a tutorial and tweaked my formula to make drop down lists in all cells searchable, rather than just 1x searchable drop list in cell F5 on the Forecast sheet. I changed the formula from,
=IF(ISNUMBER(SEARCH('Forecast'!$F$5;'Master data'!C2));MAX($D$1:D1)+1;0)
to
=IF(ISNUMBER(SEARCH(INDIRECT(CELL("address"));'Master data'!C2));MAX($D$1:D1)+1;0)
I am trying to understand what the INDIRECT and CELL function does here and I tried reading the internet but I am apparently not smart enough to understand it. Can anyone give an easy explanation to this?
I watched a tutorial and tweaked my formula to make drop down lists in all cells searchable, rather than just 1x searchable drop list in cell F5 on the Forecast sheet. I changed the formula from,
=IF(ISNUMBER(SEARCH('Forecast'!$F$5;'Master data'!C2));MAX($D$1:D1)+1;0)
to
=IF(ISNUMBER(SEARCH(INDIRECT(CELL("address"));'Master data'!C2));MAX($D$1:D1)+1;0)
I am trying to understand what the INDIRECT and CELL function does here and I tried reading the internet but I am apparently not smart enough to understand it. Can anyone give an easy explanation to this?