Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel, when column A and B have same name make column C add up in mail merge | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Excel formula to make AAA-BBB equal to/consistent with BBB-AAA | Excel Worksheet Functions | |||
How Can I make a cell flash in Excel | Excel Discussion (Misc queries) | |||
Make copy from any document into Excel a right click with a drop . | Excel Worksheet Functions |