ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   "Tell" Excel to start using a formula from rowX and end at rowX? (https://www.excelbanter.com/excel-worksheet-functions/205065-tell-excel-start-using-formula-rowx-end-rowx.html)

Brile

"Tell" Excel to start using a formula from rowX and end at rowX?
 
Hi,

how do I "tell" Excel if I have a formula in my Worksheet to start using the
formula from a certain row (and also end it at a certain row)?


--
Brile

webtubbs

"Tell" Excel to start using a formula from rowX and end at rowX?
 
You'll need to have the formula in all cells, but tell the formula to only
display a results in those rows you specify. For example, the below formula
will only show the results from the TODAY() function in rows between 5 and 20
(not inclusive)....

=IF(AND(ROW()5, ROW()<20), TODAY(), "")

Wayne

"Brile" wrote:

Hi,

how do I "tell" Excel if I have a formula in my Worksheet to start using the
formula from a certain row (and also end it at a certain row)?


--
Brile



All times are GMT +1. The time now is 02:27 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com