#1   Report Post  
Posted to microsoft.public.excel.misc
Rebecca
 
Posts: n/a
Default Struggling IF value

=IF('Natl Rank'!C1="Month of March 06",""=VALUE('1'!C9)) ???? Not right.....

If Excel spreadsheet tab, Natl Rank, cell C1 = Month of March 06, I want to
reveal the "value" of spreadsheet tab 1, cell C9, in spreadsheet Natl Info,
cell B61.
--
Rebecca
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph
 
Posts: n/a
Default Struggling IF value

"Rebecca" wrote in message
...
=IF('Natl Rank'!C1="Month of March 06",""=VALUE('1'!C9)) ???? Not
right.....

If Excel spreadsheet tab, Natl Rank, cell C1 = Month of March 06, I want
to
reveal the "value" of spreadsheet tab 1, cell C9, in spreadsheet Natl
Info,
cell B61.


=IF('Natl Rank'!C1="Month of March 06",'1'!C9,"")
should do.
VALUE doesn't in general do anything for you (look at the help for the
function).
Your pair of double quotes & equals before the VALUE will probably have
confused the formula.
If you want the cell blank for anything other than "Month of March 06" in
C1, you need the "" for the false condition.
--
David Biddulph


  #3   Report Post  
Posted to microsoft.public.excel.misc
SteveG
 
Posts: n/a
Default Struggling IF value


rebecca,

In Natl Info B61

=IF('Natl Rank'!C1="Month of March 06",'1'!C9,"")

Assuming that your sheet tab 1 is named "1". This returns a blank if
the condition is not true. It looks like you had the value if true and
value if false reversed.

Does that help?

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=530567

  #4   Report Post  
Posted to microsoft.public.excel.misc
Rebecca
 
Posts: n/a
Default Struggling IF value

David,

I will be changing the "Month of March 06" cell to the following month each
month. How can I get the value that had been pulled in by this formula to
remain in the cell after this cell is changed. I have set up the same
formulas for each month of the year in subsequent cells but I need the
previous information to remain after the month name has changed in this cell.
Any ideas?
--
Rebecca


"David Biddulph" wrote:

"Rebecca" wrote in message
...
=IF('Natl Rank'!C1="Month of March 06",""=VALUE('1'!C9)) ???? Not
right.....

If Excel spreadsheet tab, Natl Rank, cell C1 = Month of March 06, I want
to
reveal the "value" of spreadsheet tab 1, cell C9, in spreadsheet Natl
Info,
cell B61.


=IF('Natl Rank'!C1="Month of March 06",'1'!C9,"")
should do.
VALUE doesn't in general do anything for you (look at the help for the
function).
Your pair of double quotes & equals before the VALUE will probably have
confused the formula.
If you want the cell blank for anything other than "Month of March 06" in
C1, you need the "" for the false condition.
--
David Biddulph



  #5   Report Post  
Posted to microsoft.public.excel.misc
Rebecca
 
Posts: n/a
Default Struggling IF value

Steve.

I will be changing the "Month of March 06" cell to the following month each
month. How can I get the value that had been pulled in by this formula to
remain in the cell after this cell is changed. I have set up the same
formulas for each month of the year in subsequent cells but I need the
previous information to remain after the month name has changed in this cell.
Any ideas?
--
Rebecca

--
Rebecca


"SteveG" wrote:


rebecca,

In Natl Info B61

=IF('Natl Rank'!C1="Month of March 06",'1'!C9,"")

Assuming that your sheet tab 1 is named "1". This returns a blank if
the condition is not true. It looks like you had the value if true and
value if false reversed.

Does that help?

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=530567




  #6   Report Post  
Posted to microsoft.public.excel.misc
Sandy Mann
 
Posts: n/a
Default Struggling IF value

Rebecca,

I'm not David but do you have a date anywhere in the sheet? If not place a
date in an unused cell - say N1 - and if you don't want it to show either
hide the Column or Row, or change the font colour to the background colour.

Then use the formula:

="Month of "&text(N1,"mmmm yy")
to return "Month of March 06"

then:
=IF(TODAY()'Natl Rank'!N1,'1'!C9,"")
to replace your formula and when the date passes March 1st 2006 C9 will be
displayed and remain.

--
HTH

Sandy
In Perth, the ancient capital of Scotland


with @tiscali.co.uk


"Rebecca" wrote in message
...
David,

I will be changing the "Month of March 06" cell to the following month
each
month. How can I get the value that had been pulled in by this formula to
remain in the cell after this cell is changed. I have set up the same
formulas for each month of the year in subsequent cells but I need the
previous information to remain after the month name has changed in this
cell.
Any ideas?
--
Rebecca


"David Biddulph" wrote:

"Rebecca" wrote in message
...
=IF('Natl Rank'!C1="Month of March 06",""=VALUE('1'!C9)) ???? Not
right.....

If Excel spreadsheet tab, Natl Rank, cell C1 = Month of March 06, I
want
to
reveal the "value" of spreadsheet tab 1, cell C9, in spreadsheet Natl
Info,
cell B61.


=IF('Natl Rank'!C1="Month of March 06",'1'!C9,"")
should do.
VALUE doesn't in general do anything for you (look at the help for the
function).
Your pair of double quotes & equals before the VALUE will probably have
confused the formula.
If you want the cell blank for anything other than "Month of March 06" in
C1, you need the "" for the false condition.
--
David Biddulph





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
Please help, I've been struggling for weeks! Squeaker1066 Excel Worksheet Functions 11 March 21st 06 02:24 PM
Struggling for a solution Baz Excel Worksheet Functions 2 November 21st 05 05:26 PM
Struggling Again With A VLOOKUP JohnK Excel Worksheet Functions 3 August 23rd 05 07:41 AM
Help, I'm Struggling! Fybo New Users to Excel 1 March 4th 05 07:57 PM
Need Function for adding rows on multiple sheets... struggling rookie ;) Thanks. Steve Excel Worksheet Functions 6 November 24th 04 12:10 AM


All times are GMT +1. The time now is 03:43 AM.

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

About Us

"It's about Microsoft Excel"