#1   Report Post  
Posted to microsoft.public.excel.misc
Bman
 
Posts: n/a
Default Make Excel add

I need a formula where excel would recognize an entry in say column "AO"
(any entry) and add 1 to the number already in column AN. Something like
that, I hope somebody understands what I am trying to say. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Make Excel add

In cell AO1, put this formula and copy and paste it as far down column AO as
you need..........

=AN1+1

Vaya con Dios,
Chuck, CABGx3


"Bman" wrote:

I need a formula where excel would recognize an entry in say column "AO"
(any entry) and add 1 to the number already in column AN. Something like
that, I hope somebody understands what I am trying to say. Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bman
 
Posts: n/a
Default Make Excel add

What if there is already a formula in column AO -- =IF(AH7="","",AH7) -- can
I add to it to add 1 to column AN when AO is updated?

"CLR" wrote:

In cell AO1, put this formula and copy and paste it as far down column AO as
you need..........

=AN1+1

Vaya con Dios,
Chuck, CABGx3


"Bman" wrote:

I need a formula where excel would recognize an entry in say column "AO"
(any entry) and add 1 to the number already in column AN. Something like
that, I hope somebody understands what I am trying to say. Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Make Excel add

Is this what you want?

=IF(AH7="","",AH7+AN7+1)

Vaya con Dios,
Chuck, CABGx3



"Bman" wrote:

What if there is already a formula in column AO -- =IF(AH7="","",AH7) -- can
I add to it to add 1 to column AN when AO is updated?

"CLR" wrote:

In cell AO1, put this formula and copy and paste it as far down column AO as
you need..........

=AN1+1

Vaya con Dios,
Chuck, CABGx3


"Bman" wrote:

I need a formula where excel would recognize an entry in say column "AO"
(any entry) and add 1 to the number already in column AN. Something like
that, I hope somebody understands what I am trying to say. Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default Make Excel add

Hi

Do you mean you want to count any cells with values in column AO and add
that figure to a figure in cell AN1?
If so =AN1+COUNTA(AO:AO)

--
Regards

Roger Govier


"Bman" wrote in message
...
I need a formula where excel would recognize an entry in say column
"AO"
(any entry) and add 1 to the number already in column AN. Something
like
that, I hope somebody understands what I am trying to say. Thanks





  #6   Report Post  
Posted to microsoft.public.excel.misc
Bman
 
Posts: n/a
Default Make Excel add

Actually I don't want to add the value that will be inputted but I want to
add 1 to AN if anything is inputted into AO

"Roger Govier" wrote:

Hi

Do you mean you want to count any cells with values in column AO and add
that figure to a figure in cell AN1?
If so =AN1+COUNTA(AO:AO)

--
Regards

Roger Govier


"Bman" wrote in message
...
I need a formula where excel would recognize an entry in say column
"AO"
(any entry) and add 1 to the number already in column AN. Something
like
that, I hope somebody understands what I am trying to say. Thanks




  #7   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default Make Excel add

Hi
Then maybe
=AN1+1*COUNTA(AO:AO)0

--
Regards

Roger Govier


"Bman" wrote in message
...
Actually I don't want to add the value that will be inputted but I
want to
add 1 to AN if anything is inputted into AO

"Roger Govier" wrote:

Hi

Do you mean you want to count any cells with values in column AO and
add
that figure to a figure in cell AN1?
If so =AN1+COUNTA(AO:AO)

--
Regards

Roger Govier


"Bman" wrote in message
...
I need a formula where excel would recognize an entry in say column
"AO"
(any entry) and add 1 to the number already in column AN.
Something
like
that, I hope somebody understands what I am trying to say. Thanks






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel, when column A and B have same name make column C add up in mail merge Dani B via OfficeKB.com Excel Discussion (Misc queries) 6 July 22nd 05 07:43 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Excel formula to make AAA-BBB equal to/consistent with BBB-AAA AliceJDavidson Excel Worksheet Functions 1 May 9th 05 09:30 PM
How Can I make a cell flash in Excel monir Excel Discussion (Misc queries) 0 February 4th 05 03:41 AM
Make copy from any document into Excel a right click with a drop . Kat Excel Worksheet Functions 0 December 4th 04 12:43 AM


All times are GMT +1. The time now is 08:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"