Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jodi
 
Posts: n/a
Default Excel formula help/question


Hi all,

I am trying to copy a spreadsheet created by a Excel genius who is no
longer around to help me.
Basically it is a utilization spreadsheet that tracks services for a
massage operation. In the Grand Total area he set up a *"service"
*column, *"rooms/day"* column and a *"staff"* column.
I was able to figure out how we got rooms/day (for example =A$1*$A$1
where A$1 is the number of rooms available and $A$1 is the number of
days in a given month) but the formula for the staff column is giving
me a headache. Its format is *='1'!A1+'2'!A2+*and so on until *'31'!A1*
for 31 days in the month. Is this a statistical function because clearly
one does not enter in this formula. Thank you to anyone who can help or
point me in the right direction!


--
JodiPosted from http://www.pcreview.co.uk/ newsgroup access

  #2   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

Jodi,

It's a formula with cell references to other sheets in the workbook. I
trust those asterisks aren't in the formula. taking it piece by piece:

='1'!A1 This refers to A1 on sheet named 1.
+'2'!A2 plus cell A2 on the sheet named 2, etc

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Jodi" <Jodi.1qlhby@ wrote in message
...

Hi all,

I am trying to copy a spreadsheet created by a Excel genius who is no
longer around to help me.
Basically it is a utilization spreadsheet that tracks services for a
massage operation. In the Grand Total area he set up a *"service"
*column, *"rooms/day"* column and a *"staff"* column.
I was able to figure out how we got rooms/day (for example =A$1*$A$1
where A$1 is the number of rooms available and $A$1 is the number of
days in a given month) but the formula for the staff column is giving
me a headache. Its format is *='1'!A1+'2'!A2+*and so on until *'31'!A1*
for 31 days in the month. Is this a statistical function because clearly
one does not enter in this formula. Thank you to anyone who can help or
point me in the right direction!


--
JodiPosted from http://www.pcreview.co.uk/ newsgroup access



  #3   Report Post  
CLR
 
Posts: n/a
Default

Like Earl says, the '1', '2'......'31' refers to Sheet Names........and your
sample formula that uses them is just adding cell A1 of all 31 sheets
together. If you don't see those sheets on the tabs below, they may be
hidden. If so, try Format Unhide........

As for the formula =A$1*$A$1..........that don't make a whole lot of sense
to me......it's just multiplying a cell times itself........perhaps it's a
type-O? A$1, $A$1, $A1, A1 are all the same cell.

hth
Vaya con Dios,
Chuck, CABGx3


"Jodi" <Jodi.1qlhby@ wrote in message
...

Hi all,

I am trying to copy a spreadsheet created by a Excel genius who is no
longer around to help me.
Basically it is a utilization spreadsheet that tracks services for a
massage operation. In the Grand Total area he set up a *"service"
*column, *"rooms/day"* column and a *"staff"* column.
I was able to figure out how we got rooms/day (for example =A$1*$A$1
where A$1 is the number of rooms available and $A$1 is the number of
days in a given month) but the formula for the staff column is giving
me a headache. Its format is *='1'!A1+'2'!A2+*and so on until *'31'!A1*
for 31 days in the month. Is this a statistical function because clearly
one does not enter in this formula. Thank you to anyone who can help or
point me in the right direction!


--
JodiPosted from http://www.pcreview.co.uk/ newsgroup access



  #4   Report Post  
Biff
 
Posts: n/a
Default

Hi Chuck!

As for the formula =A$1*$A$1..........that don't make a whole lot of sense
to me......


I'll bet that formula is intended to be copied across so that you get:

B$1*$A$1
C$1*$A$1
D$1*$A$1
etc

Biff

"CLR" wrote in message
...
Like Earl says, the '1', '2'......'31' refers to Sheet Names........and
your
sample formula that uses them is just adding cell A1 of all 31 sheets
together. If you don't see those sheets on the tabs below, they may be
hidden. If so, try Format Unhide........

As for the formula =A$1*$A$1..........that don't make a whole lot of sense
to me......it's just multiplying a cell times itself........perhaps it's a
type-O? A$1, $A$1, $A1, A1 are all the same cell.

hth
Vaya con Dios,
Chuck, CABGx3


"Jodi" <Jodi.1qlhby@ wrote in message
...

Hi all,

I am trying to copy a spreadsheet created by a Excel genius who is no
longer around to help me.
Basically it is a utilization spreadsheet that tracks services for a
massage operation. In the Grand Total area he set up a *"service"
*column, *"rooms/day"* column and a *"staff"* column.
I was able to figure out how we got rooms/day (for example =A$1*$A$1
where A$1 is the number of rooms available and $A$1 is the number of
days in a given month) but the formula for the staff column is giving
me a headache. Its format is *='1'!A1+'2'!A2+*and so on until *'31'!A1*
for 31 days in the month. Is this a statistical function because clearly
one does not enter in this formula. Thank you to anyone who can help or
point me in the right direction!


--
JodiPosted from http://www.pcreview.co.uk/ newsgroup access





  #5   Report Post  
CLR
 
Posts: n/a
Default

Hi Biff......

Uh-huh, good point, that never occured to me......but how about

I was able to figure out how we got rooms/day (for example =A$1*$A$1
where A$1 is the number of rooms available and $A$1 is the number of
days in a given month)


Vaya con Dios,
Chuck, CABGx3


"Biff" wrote:

Hi Chuck!

As for the formula =A$1*$A$1..........that don't make a whole lot of sense
to me......


I'll bet that formula is intended to be copied across so that you get:

B$1*$A$1
C$1*$A$1
D$1*$A$1
etc

Biff

"CLR" wrote in message
...
Like Earl says, the '1', '2'......'31' refers to Sheet Names........and
your
sample formula that uses them is just adding cell A1 of all 31 sheets
together. If you don't see those sheets on the tabs below, they may be
hidden. If so, try Format Unhide........

As for the formula =A$1*$A$1..........that don't make a whole lot of sense
to me......it's just multiplying a cell times itself........perhaps it's a
type-O? A$1, $A$1, $A1, A1 are all the same cell.

hth
Vaya con Dios,
Chuck, CABGx3


"Jodi" <Jodi.1qlhby@ wrote in message
...

Hi all,

I am trying to copy a spreadsheet created by a Excel genius who is no
longer around to help me.
Basically it is a utilization spreadsheet that tracks services for a
massage operation. In the Grand Total area he set up a *"service"
*column, *"rooms/day"* column and a *"staff"* column.
I was able to figure out how we got rooms/day (for example =A$1*$A$1
where A$1 is the number of rooms available and $A$1 is the number of
days in a given month) but the formula for the staff column is giving
me a headache. Its format is *='1'!A1+'2'!A2+*and so on until *'31'!A1*
for 31 days in the month. Is this a statistical function because clearly
one does not enter in this formula. Thank you to anyone who can help or
point me in the right direction!


--
JodiPosted from http://www.pcreview.co.uk/ newsgroup access








  #6   Report Post  
Biff
 
Posts: n/a
Default

Yeah, that made me scratch my head when I read it!

Biff

"CLR" wrote in message
...
Hi Biff......

Uh-huh, good point, that never occured to me......but how about

I was able to figure out how we got rooms/day (for example =A$1*$A$1
where A$1 is the number of rooms available and $A$1 is the number of
days in a given month)


Vaya con Dios,
Chuck, CABGx3


"Biff" wrote:

Hi Chuck!

As for the formula =A$1*$A$1..........that don't make a whole lot of
sense
to me......


I'll bet that formula is intended to be copied across so that you get:

B$1*$A$1
C$1*$A$1
D$1*$A$1
etc

Biff

"CLR" wrote in message
...
Like Earl says, the '1', '2'......'31' refers to Sheet Names........and
your
sample formula that uses them is just adding cell A1 of all 31 sheets
together. If you don't see those sheets on the tabs below, they may be
hidden. If so, try Format Unhide........

As for the formula =A$1*$A$1..........that don't make a whole lot of
sense
to me......it's just multiplying a cell times itself........perhaps
it's a
type-O? A$1, $A$1, $A1, A1 are all the same cell.

hth
Vaya con Dios,
Chuck, CABGx3


"Jodi" <Jodi.1qlhby@ wrote in message
...

Hi all,

I am trying to copy a spreadsheet created by a Excel genius who is no
longer around to help me.
Basically it is a utilization spreadsheet that tracks services for a
massage operation. In the Grand Total area he set up a *"service"
*column, *"rooms/day"* column and a *"staff"* column.
I was able to figure out how we got rooms/day (for example =A$1*$A$1
where A$1 is the number of rooms available and $A$1 is the number of
days in a given month) but the formula for the staff column is giving
me a headache. Its format is *='1'!A1+'2'!A2+*and so on until
*'31'!A1*
for 31 days in the month. Is this a statistical function because
clearly
one does not enter in this formula. Thank you to anyone who can help
or
point me in the right direction!


--
JodiPosted from http://www.pcreview.co.uk/ newsgroup access








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula in an Excel comment The Window Cleaner Excel Discussion (Misc queries) 0 March 10th 05 11:03 AM
Excel should have a simpler subtraction formula similar to "sum". Darius Excel Worksheet Functions 5 February 21st 05 11:14 PM
How do I get the formula bar in excel 2003 unionhall Excel Discussion (Misc queries) 1 February 17th 05 10:10 AM
Need excel formula to display 28.50hrs in HRS & MINS? rbc Excel Worksheet Functions 4 January 6th 05 12:21 PM
Suddenly Excel can't calculate formula!!! Bob H Excel Worksheet Functions 2 November 30th 04 08:35 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"