Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If column A is 30 and column B is 50, I need a formula that will only print
the 50, but if column A is any figure abouve 30 I need the formula to add column A + B together. Can anyone help please. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try this:
=IF(A130, A1+B1, B1) cheers big t "GBH99" wrote: If column A is 30 and column B is 50, I need a formula that will only print the 50, but if column A is any figure abouve 30 I need the formula to add column A + B together. Can anyone help please. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
=B1+A1*(A130) "GBH99" wrote: If column A is 30 and column B is 50, I need a formula that will only print the 50, but if column A is any figure abouve 30 I need the formula to add column A + B together. Can anyone help please. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=if(A130,A1+B1,B1)
-- Regards, Tom Ogilvy "GBH99" wrote in message ... If column A is 30 and column B is 50, I need a formula that will only the 50, but if column A is any figure abouve 30 I need the formula to add column A + B together. Can anyone help please. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=sum(a1:b1) and then copy and paste. Copy and paste it .the best orthodox way.
"Tom Ogilvy" wrote: =if(A130,A1+B1,B1) -- Regards, Tom Ogilvy "GBH99" wrote in message ... If column A is 30 and column B is 50, I need a formula that will only the 50, but if column A is any figure abouve 30 I need the formula to add column A + B together. Can anyone help please. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert Array Formulas to Regular Formulas | Excel Worksheet Functions | |||
E2007 formulas display as formulas, not results | Excel Worksheet Functions | |||
Counting # of Formulas in a column with formulas and entered data | Excel Worksheet Functions | |||
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP | Excel Worksheet Functions | |||
Formulas not evaluated, Formulas treated as strings | Excel Discussion (Misc queries) |