Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 846
Default 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

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



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

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"