I have a list of scrips of stock market. When I add a new scrip in a new row, I would like to automatically fill its current price using GoogleFinance function of google sheets.
In the attached google sheets, Column A contains the mnemonics of the scrip from which column B calculates the current price. When I add a new scrip, I copy the formula to the new row. How do I achieve it automatically?

GOOGLEFINANCEis already a type ofARRAYFORMULAso it is not supported underARRAYFORMULA. this means that it is not possible to process your A column with one single formula. you have only two options how to do this:GOOGLEFINANCEformula adjacent to it