ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   If then in excel (https://www.excelbanter.com/new-users-excel/191286-if-then-excel.html)

Dragonomega

If then in excel
 
i need to set up a spreadsheet for work and am having difficulties figuring a
way to handle credit cards i would like to set it up so that i can do
something like (if column has AX {american Express} then add the adjacent
columns #) please assist

Thanks

Brad

If then in excel
 
Two different methods
What I think you want is

=SUMIF(C2:C8,"American Express",D2:D8)
Where the credit card name is in C and the values are in D

or

=SUMPRODUCT(--(C2:C8="American Express"),D2:D8)
Where the credit card name is in C and the values are in D

--
Wag more, bark less


"Dragonomega" wrote:

i need to set up a spreadsheet for work and am having difficulties figuring a
way to handle credit cards i would like to set it up so that i can do
something like (if column has AX {american Express} then add the adjacent
columns #) please assist

Thanks



All times are GMT +1. The time now is 01:10 PM.

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