Excel issue

Soldato
Joined
8 Sep 2003
Posts
23,180
Location
Was 150 yds from OCUK - now 0.5 mile; they moved
Hi guys

I have come across a very odd issue with Excel.

My columns are listed in numbers, not in letters. What the hell? and how can i fix it?

Screenshot%202016-04-05%2010.41.45.png
 
Beaten to it by Armageus, spot on answer that man. :)

Ace - if you think the column labelling is weird with R1C1 on, try entering a long formula and then turning R1C1 style on! That'll blow your mind at first. For me, though, once you learn to read it then formulae make more sense in R1C1 style as it's much clearer which references are absolute/anchored and which are relative to the formula placement.
 
Thanks to you both.

I've just created this on a spreadsheet I'm using...
Code:
=SUMPRODUCT(--('Sheet1 (2)'!A:A=A2),'Sheet1 (2)'!E:E)

Took me a few mins to do it :)
 
Any reason you're not using =SUMIFS()?

The SUMPRODUCT method is great for doing a 2-dimensional SUMIF though :)
 
Back
Top Bottom