ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   3D Function Error (https://www.excelbanter.com/excel-discussion-misc-queries/83842-3d-function-error.html)

srpettew

3D Function Error
 
Hi,

I am trying to automatically update a summary worksheet. So basically
anytime one of the other worksheets are updated, this summary is changed.
Example, I have 7 tabs, each one representing software license purchases for
a year, and then the seventh tab is a summary. Not all license titles are
going to be the same on each tab, so I think I need to do an IF/SUM function
of some sort.

IF the text is the same, then add these cells from each worksheet.

I followed the instructions to set up a 3D function but ran into a problem.
Here's what I did.
Opened spreadsheet and clicked on summary tab.
Followed the instructions for a 3D function.
Typed = in the refers to box.
Clicked on the first tab and then held shift and clicked the last tab.
It then says to select the cell or range of cells to be referenced. I
selected all of the cells I wanted to reference on the summary tab. Is this
wrong?
Thanks,
Steve P.


sseavert

3D Function Error
 

I am sorry, but yes this is wrong. The way SUMIF works is as follows:

=SUMIF(RANGE,REF,SUMCOL)

RANGE = the range of cells you are looking through
REF = the vairable you are looking for
SUMCOL = the column / range you are summarizing

So.... Given the folowing,

A B
1 1001 50
2 1002 40
3 1003 20
4 1004 30
5 1001 10
6 1003 20

AND the formula =SUMIF(A1:A6,1001,B1:B6)

your result would be "60"


Hope this helps!


--
sseavert
------------------------------------------------------------------------
sseavert's Profile: http://www.excelforum.com/member.php...o&userid=33579
View this thread: http://www.excelforum.com/showthread...hreadid=533912


Peo Sjoblom

3D Function Error
 
If you are trying to do a SUMIF or a COUNTIF there is info here

http://www.nwexcelsolutions.com/adva...ction_page.htm

number 3, you can download a sample of the SUMIF, just adapt the same
formula to COUNTIF


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"srpettew" wrote in message
...
Hi,

I am trying to automatically update a summary worksheet. So basically
anytime one of the other worksheets are updated, this summary is changed.
Example, I have 7 tabs, each one representing software license purchases
for
a year, and then the seventh tab is a summary. Not all license titles are
going to be the same on each tab, so I think I need to do an IF/SUM
function
of some sort.

IF the text is the same, then add these cells from each worksheet.

I followed the instructions to set up a 3D function but ran into a
problem.
Here's what I did.
Opened spreadsheet and clicked on summary tab.
Followed the instructions for a 3D function.
Typed = in the refers to box.
Clicked on the first tab and then held shift and clicked the last tab.
It then says to select the cell or range of cells to be referenced. I
selected all of the cells I wanted to reference on the summary tab. Is
this
wrong?
Thanks,
Steve P.





All times are GMT +1. The time now is 02:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com