ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Formulas (https://www.excelbanter.com/excel-programming/318844-formulas.html)

GBH99

Formulas
 
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.


big t

Formulas
 
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.


Frank Kabel

Formulas
 
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.


Tom Ogilvy

Formulas
 
=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

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.




Jim7_mbay

Formulas
 
=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

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.






All times are GMT +1. The time now is 03:46 AM.

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