• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

if contion question

hi all
how can i find summation of mutiple values based on two ctritira
say if c3: 03 is amm and c4 : p4 is C
then c13= 700+500 =1200

thank you in advance
 

Attachments

  • Book1.xlsm
    9.3 KB · Views: 9
Another option, see the file.

And in C12 & D12 you have extra trailing space after c & b.

Regards,

Hi
thank you all.
the result I got is correct but once I implement it to the following excel file the result is always ZERO. any suggestions
 

Attachments

  • Book11.xlsx
    12.9 KB · Views: 4
@nader assaleh

Merged cells are only cosmetic thing, they don't add any value. Try going for Centre Across selection format, by selecting all the merged cells. Say A1:D1 is merged, un-merge the cells and apply this. Repeat the same for all the cells and than try the formula.

Regards,
 
See the file.

I had done some changes in formula ref. and change the layout of your data a little. Plus there was a extra trailing space in C on row 27.

Regards,
 

Attachments

  • Book11 (1).xlsx
    12.6 KB · Views: 7
can i get a way to overcome the problem bearing in mind that merged cells is compulsory.
...Who ever said that merged cells are compulsory in your workbooks should be shown the door.


Avoid merging cells


Merged cells can help you arrange values in a meaningful way, but they come with problems -- numerous problems, big problems.


For instance, Excel won't apply column formats to a merged cell unless you select all the columns that comprise the merge.


In addition, not all cell formats, stick once you emerge a cell.


You can't sort a column with merged cells.


You can't even select a single-column range if there's a merged cell in it -- go ahead, try!, the whole column will become merged, not good.


You cannot put a filter on it. The problem is the filter is completely useless because the filter will groan with the "merged cells need to be identically sized." Warning, which in English means you have to make each group of merged cells the same size as the largest group. And you have to find them all!


Merging cells in columns and rows could lead to data loss, bad thing.


Formulas and Functions that refer to merged cells will not work, bad thing.


Don't hesitate to use merged cells if you really need them (you don’t), but they will limit what you can do to the cells and even the columns involved.


Center Across Selection is a far better alternative to merging.


To apply this format, select the cells you want to appear merged and then launch the Alignment group dialog, Ctrl + 1, and click the Alignment tab. Center Across Selection is in the Horizontal drop-down.


You will get the desired look you want but without the merged cell's problems.
 
Back
Top