Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Can someone please help me to make this formula
=SUMA(SI(S!D4:D1000=S!G4:G1000,1,0)) not to count blanks i need to count nubers that are the same in the same row Example: D4 G4 300.00 300.00 Count like one Thanks in Advance |
#2
![]() |
|||
|
|||
![]()
hi, Antonyo !
Can someone please help me to make this formula =SUMA(SI(S!D4:D1000=S!G4:G1000,1,0)) not to count blanks. i need to count nubers that are the same in the same row Example: D4 G4 300.00 300.00 Count like one [...] op1: =sumaproducto(--(s!d4:d100=s!g4:g100)) op2: =sumaproducto(1*(s!d4:d100=s!g4:g100)) hth, hector. p.s. if you use an english version of excel, change [the function] sumaproducto to sumproduct multi-posting is not a good idea, if you think it's needed, do a cross-posting |
#3
![]() |
|||
|
|||
![]()
skip blanks...
op3: =sumaproducto((s!d4:d1000)*(s!d4:d100=s!g4:g100)) regards, hector. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I make a Chart data series treat blanks as "Empty" cells | Charts and Charting in Excel | |||
Weighed average if the adjecent column contains blanks | Excel Discussion (Misc queries) | |||
linking files with blanks | Excel Discussion (Misc queries) | |||
Paste Special Skip Blanks not skipping blanks, but overwriting... | Excel Discussion (Misc queries) | |||
Filling in blanks. | Excel Worksheet Functions |