How do I use a row number in a formula calculation in excel?
For .e.g I want to have cell = 3/(current row number).
Also is it possible to make row numbers start from 0?
One way:
=3/ROW()
In article <DB241477-24D8-4C64-9179-27B01F79A0C7@microsoft.com>,
NordicElf <NordicElf@discussions.microsoft.com> wrote:
> How do I use a row number in a formula calculation in excel?
> For .e.g I want to have cell = 3/(current row number).
>
> Also is it possible to make row numbers start from 0?
=3/ROW()
First row is row 1. Of course you can use =3/(ROW()-1)
--
Kind Regards,
Niek Otten
Microsoft MVP - Excel
"NordicElf" <NordicElf@discussions.microsoft.com> wrote in message
news:DB241477-24D8-4C64-9179-27B01F79A0C7@microsoft.com...
> How do I use a row number in a formula calculation in excel?
> For .e.g I want to have cell = 3/(current row number).
>
> Also is it possible to make row numbers start from 0?
this was meant for a different thread
Last edited by Videogamer555; 02-01-2012 at 12:36 AM. Reason: message in wrong thread, please delete post
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks