Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Complicated formula

a b c d .. .. j
7177-168-000 7177 100.00
7177-168-000 7177 1 100.00

I know this is complicated but I need to know if I can put
a value in "g". I'm starting with,

if c=1, add the total of "h" when "b" is the same number.

In this case "g" would be 200.00

I get the value of "True" from my formula:


=IF($C8=1,SUMIF($B$3:$B$2156,$B8,$J$3:$J$2156),"")

I'm almost positive that this can be done, but I'm at a
loss, maybe i've just stared at it too long. I would
appreciate any suggestions.

Thanks,

Mike

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Complicated formula

Your formula should work.
=IF($C8=1,SUMIF($B$3:$B$2156,$B8,$J$3:$J$2156),"")

You get the sum of the values in j for each row where the value in B equals
the Value in B8. You said you wanted to sum column h, but your formula is
summing j. It should show a "" if c < 1.

I don't see how this formula (as written) could return True)

--
Regards,
Tom Ogilvy

"Mike" wrote in message
...
a b c d .. .. j
7177-168-000 7177 100.00
7177-168-000 7177 1 100.00

I know this is complicated but I need to know if I can put
a value in "g". I'm starting with,

if c=1, add the total of "h" when "b" is the same number.

In this case "g" would be 200.00

I get the value of "True" from my formula:


=IF($C8=1,SUMIF($B$3:$B$2156,$B8,$J$3:$J$2156),"")

I'm almost positive that this can be done, but I'm at a
loss, maybe i've just stared at it too long. I would
appreciate any suggestions.

Thanks,

Mike



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
Complicated Formula Renegade Excel Worksheet Functions 1 November 3rd 09 04:47 PM
how do i set up a complicated IF formula Scott Excel Discussion (Misc queries) 4 September 24th 09 01:46 PM
complicated formula Joann Excel Worksheet Functions 5 October 30th 08 09:03 AM
Complicated IF Formula Luke Excel Worksheet Functions 5 November 8th 05 02:18 PM
Complicated formula sixwest Excel Worksheet Functions 1 September 8th 05 09:07 PM


All times are GMT +1. The time now is 01:28 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"