ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help pulling info from other sheeting withing a workbook. (https://www.excelbanter.com/excel-worksheet-functions/46318-help-pulling-info-other-sheeting-withing-workbook.html)

Plasma

Help pulling info from other sheeting withing a workbook.
 

okay, i have 1 workbook with 4 sheets. Sheets names are say, sheet1,
sheet2, sheet3 and sheet4.

on sheet4, i want to create a formula that will pull rows B2 to H2
from sheet1, B2 to H2 on sheet2 and B2 to H2 from sheet3 (it will be a
STDEV formula)



i've come up with:


Code:
--------------------
=STDEV('sheet1'!B2:H2)
--------------------


which will pull the info from sheet1, but i can't figure out how to add
in the data from the other 2 sheets. is it possible? if so, how?

any help would be greatly appreciated


--
Plasma
------------------------------------------------------------------------
Plasma's Profile: http://www.excelforum.com/member.php...o&userid=27404
View this thread: http://www.excelforum.com/showthread...hreadid=469179


Anne Troy

Hi, Plasma. This should help you:
http://www.officearticles.com/excel/...rk sheets.htm
************
Anne Troy
www.OfficeArticles.com


"Plasma" wrote in
message ...

okay, i have 1 workbook with 4 sheets. Sheets names are say, sheet1,
sheet2, sheet3 and sheet4.

on sheet4, i want to create a formula that will pull rows B2 to H2
from sheet1, B2 to H2 on sheet2 and B2 to H2 from sheet3 (it will be a
STDEV formula)



i've come up with:


Code:
--------------------
=STDEV('sheet1'!B2:H2)
--------------------


which will pull the info from sheet1, but i can't figure out how to add
in the data from the other 2 sheets. is it possible? if so, how?

any help would be greatly appreciated


--
Plasma
------------------------------------------------------------------------
Plasma's Profile:
http://www.excelforum.com/member.php...o&userid=27404
View this thread: http://www.excelforum.com/showthread...hreadid=469179




tobriant


Try using

=STDEV('sheet1'!B2:H2,'sheet2'!B2:H2,'sheet3'!B2:H 2,'sheet4'!B2:H2)


--
tobriant
------------------------------------------------------------------------
tobriant's Profile: http://www.excelforum.com/member.php...o&userid=25155
View this thread: http://www.excelforum.com/showthread...hreadid=469179



All times are GMT +1. The time now is 03:17 PM.

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