#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default help urgent

my document is in column A:D.Column a is merchant id.
column b is bin number. column c is cr/dr and column d is
the amount.

I want to write a formula to check if column a, b & c =
the true value that I want and if true, sums D:D.

Example:

column A column b column c column d
00001001 426351 cr 10.00
00001001 405262 cr 10.00
00001002 426351 dr 10.00

I want to write a formula that check if cloumn a =
00001001, b= 426351, c=cr, then sum d:d.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default help urgent

Hi
see your other post
P.S.: please don't multipost

-----Original Message-----
my document is in column A:D.Column a is merchant id.
column b is bin number. column c is cr/dr and column d is
the amount.

I want to write a formula to check if column a, b & c =
the true value that I want and if true, sums D:D.

Example:

column A column b column c column d
00001001 426351 cr 10.00
00001001 405262 cr 10.00
00001002 426351 dr 10.00

I want to write a formula that check if cloumn a =
00001001, b= 426351, c=cr, then sum d:d.


.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default help urgent

Daniel
Use SUMPRODUCT eg:
=SUMPRODUCT((A1:A50="00001001")*(B1:B50=426351)*(C 1:C50="cr")*(D1:D50)

PS: assuming column A is text formatted otherwise remove apostrophees (")

HTH
Cordially
Pascal

"Daniel Macgaw" a écrit dans le
message de ...
my document is in column A:D.Column a is merchant id.
column b is bin number. column c is cr/dr and column d is
the amount.

I want to write a formula to check if column a, b & c =
the true value that I want and if true, sums D:D.

Example:

column A column b column c column d
00001001 426351 cr 10.00
00001001 405262 cr 10.00
00001002 426351 dr 10.00

I want to write a formula that check if cloumn a =
00001001, b= 426351, c=cr, then sum d:d.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default help urgent

STILL NOT WORKING.
-----Original Message-----
Daniel
Use SUMPRODUCT eg:
=SUMPRODUCT((A1:A50="00001001")*(B1:B50=426351) *

(C1:C50="cr")*(D1:D50)

PS: assuming column A is text formatted otherwise remove

apostrophees (")

HTH
Cordially
Pascal

"Daniel Macgaw" a

écrit dans le
message de ...
my document is in column A:D.Column a is merchant id.
column b is bin number. column c is cr/dr and column d

is
the amount.

I want to write a formula to check if column a, b & c =
the true value that I want and if true, sums D:D.

Example:

column A column b column c column d
00001001 426351 cr 10.00
00001001 405262 cr 10.00
00001002 426351 dr 10.00

I want to write a formula that check if cloumn a =
00001001, b= 426351, c=cr, then sum d:d.




.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default help urgent

Hi Daniel
to make it possible for us to identify the error please:
- post the EXACT formula used by you
- Describe what EXACTLY does not work (e.g. error message,
wrong result, etc.)


-----Original Message-----
STILL NOT WORKING.
-----Original Message-----
Daniel
Use SUMPRODUCT eg:
=SUMPRODUCT((A1:A50="00001001")*(B1:B50=426351 )*

(C1:C50="cr")*(D1:D50)

PS: assuming column A is text formatted otherwise remove

apostrophees (")

HTH
Cordially
Pascal

"Daniel Macgaw" a

écrit dans le
message de ...
my document is in column A:D.Column a is merchant id.
column b is bin number. column c is cr/dr and column d

is
the amount.

I want to write a formula to check if column a, b & c =
the true value that I want and if true, sums D:D.

Example:

column A column b column c column d
00001001 426351 cr 10.00
00001001 405262 cr 10.00
00001002 426351 dr 10.00

I want to write a formula that check if cloumn a =
00001001, b= 426351, c=cr, then sum d:d.




.

.

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
IME MODE FOR EXCEL 2007 (URGENT URGENT) Stella Wong Excel Discussion (Misc queries) 1 August 23rd 08 11:16 PM
Please help very urgent Jeff Excel Discussion (Misc queries) 0 October 7th 05 04:35 PM
Urgent-Urgent VBA LOOP Jeff Excel Discussion (Misc queries) 0 October 6th 05 05:46 PM
Macro help urgent urgent Dave Peterson[_3_] Excel Programming 0 September 4th 03 03:59 PM
Macro help urgent urgent chandra Excel Programming 0 September 4th 03 03:50 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"