I was just wondering if there is a way in the IF function to return a value if logic is true and not to change that value any longer.
Thus, I receive online in Cell A1, 20 different prices everyday and I would like to have all them recorded starting from cell B1 to B20.
When I write in every one of the cells, from B1 to B20 the same formula:
IF(ISNUMBER($A$1),$A$1,""), of course as A1 changes during the day, all of my B1 to B20 will change and show the same value as the last value in A1.
Is there a way to, after the first value is shown in A1, appearing also in B1, that it will not change any longer in B1 and only, when A1 changes again, B2 will then record that value, but not B1. And so on...
Any solution?
Thanks
Mark
Thus, I receive online in Cell A1, 20 different prices everyday and I would like to have all them recorded starting from cell B1 to B20.
When I write in every one of the cells, from B1 to B20 the same formula:
IF(ISNUMBER($A$1),$A$1,""), of course as A1 changes during the day, all of my B1 to B20 will change and show the same value as the last value in A1.
Is there a way to, after the first value is shown in A1, appearing also in B1, that it will not change any longer in B1 and only, when A1 changes again, B2 will then record that value, but not B1. And so on...
Any solution?
Thanks
Mark