ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   What does the Below mean (https://www.excelbanter.com/new-users-excel/86070-what-does-below-mean.html)

william4444

What does the Below mean
 

Hi all would greatly appreciate any form of help on the below. It's in
one of my spreadsheets & am trying to work it out. Currently the sheet
States March thou on the address bar it's got the below Formula. I
don't now what it means & i'd like to change March into April. There is
no spreadsheet named Index or Global Input sheet???Am very lost would
love some help, & explanation as to what it means & does..

Cheers
Will

=INDEX('Global Input Sheet'!D12:D23,reportperiod)&" "


--
william4444
------------------------------------------------------------------------
william4444's Profile: http://www.excelforum.com/member.php...o&userid=33991
View this thread: http://www.excelforum.com/showthread...hreadid=537567


Hugh

What does the Below mean
 
It is likely that you have a hidden worksheet, go to
FormatWorksheetUnhide. 'less, of course it are password protected, in
which case a password from someone would be most helpful......

the "INDEX" portion is the function that returns the result shown in the
cell. Might want to check the Help file.

william4444 wrote:
Hi all would greatly appreciate any form of help on the below. It's in
one of my spreadsheets & am trying to work it out. Currently the sheet
States March thou on the address bar it's got the below Formula. I
don't now what it means & i'd like to change March into April. There is
no spreadsheet named Index or Global Input sheet???Am very lost would
love some help, & explanation as to what it means & does..

Cheers
Will

=INDEX('Global Input Sheet'!D12:D23,reportperiod)&" "



Don Guillett

What does the Below mean
 
From HELP
INDEX
See Also

Returns the reference of the cell at the intersection of a particular row
and column. If the reference is made up of nonadjacent selections, you can
pick the selection to look in.

The INDEX function has two syntax forms: array and reference. The array form
always returns a value or an array of values; the reference form always
returns a reference.

Syntax 2

Reference form

INDEX(reference,row_num,column_num,area_num)

===========

So, the formula is looking for a worksheet named 'Global Input Sheet'!, and
range D12:D23 is the reference and reportperiod is the row_num.

--
Don Guillett
SalesAid Software


"william4444"
wrote in message
...

Hi all would greatly appreciate any form of help on the below. It's in
one of my spreadsheets & am trying to work it out. Currently the sheet
States March thou on the address bar it's got the below Formula. I
don't now what it means & i'd like to change March into April. There is
no spreadsheet named Index or Global Input sheet???Am very lost would
love some help, & explanation as to what it means & does..

Cheers
Will

=INDEX('Global Input Sheet'!D12:D23,reportperiod)&" "


--
william4444
------------------------------------------------------------------------
william4444's Profile:
http://www.excelforum.com/member.php...o&userid=33991
View this thread: http://www.excelforum.com/showthread...hreadid=537567




daddylonglegs

What does the Below mean
 

If you have

=INDEX('Global Input Sheet'!D12:D23,reportperiod)&" "

I'd guess that 'Global Input Sheet'!D12 = "January", D13 ="February"
etc.

reportperiod is presumably a named range (of one cell) that contains a
number 1 to 12. If it can be changed manually then change that to 4 and
you'll get April.

You don't really need a list of the months, you could achieve the same
with

=TEXT(reportperiod*29,"mmmm "), or if you wanted the Month to change
automatically each month

=TEXT(NOW(),"mmmm ")


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=537567



All times are GMT +1. The time now is 05:54 PM.

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