#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 148
Default formula error

Does anyone see what's wrong with this formula

=INDIRECT(""&DealPlatformType&" Platform'!C11")

I am referencing Cell B4 in my worksheet (DealPlatformType) and then want it
to add a space and the word Platform so that it can go to the tab in Cell C11
to return an amount

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default formula error

Copy the below formula and try

=INDIRECT("'"&DealPlatformType&" Platform'!C11")

" ' " Please note that i have inserted spaces in between for you understand
the difference.

If this post helps click Yes
---------------
Jacob Skaria


"Heather" wrote:

Does anyone see what's wrong with this formula

=INDIRECT(""&DealPlatformType&" Platform'!C11")

I am referencing Cell B4 in my worksheet (DealPlatformType) and then want it
to add a space and the word Platform so that it can go to the tab in Cell C11
to return an amount

Thank you

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default formula error

Heather wrote:
Does anyone see what's wrong with this formula

=INDIRECT(""&DealPlatformType&" Platform'!C11")

I am referencing Cell B4 in my worksheet (DealPlatformType) and then want it
to add a space and the word Platform so that it can go to the tab in Cell C11
to return an amount

Thank you


Maybe this:

=INDIRECT("'"&DealPlatformType&" Platform'!C11")
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default formula error

What is DealPlatformType?

Maybe this:

=INDIRECT("'"&DealPlatformType&" Platform'!C11")

INDIRECT("'"

That's double quote single quote double quote: " ' "


--
Biff
Microsoft Excel MVP


"Heather" wrote in message
...
Does anyone see what's wrong with this formula

=INDIRECT(""&DealPlatformType&" Platform'!C11")

I am referencing Cell B4 in my worksheet (DealPlatformType) and then want
it
to add a space and the word Platform so that it can go to the tab in Cell
C11
to return an amount

Thank you



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 148
Default formula error

Thank you!!! made all the difference

"Jacob Skaria" wrote:

Copy the below formula and try

=INDIRECT("'"&DealPlatformType&" Platform'!C11")

" ' " Please note that i have inserted spaces in between for you understand
the difference.

If this post helps click Yes
---------------
Jacob Skaria


"Heather" wrote:

Does anyone see what's wrong with this formula

=INDIRECT(""&DealPlatformType&" Platform'!C11")

I am referencing Cell B4 in my worksheet (DealPlatformType) and then want it
to add a space and the word Platform so that it can go to the tab in Cell C11
to return an amount

Thank you

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
If formula error Belinda7237 Excel Worksheet Functions 3 July 15th 08 06:31 PM
Formula Error cdjudge Excel Worksheet Functions 3 July 15th 08 05:57 PM
=IF formula #NAME? error Dave F Excel Worksheet Functions 0 November 30th 06 06:41 PM
=IF formula #NAME? error Dave F Excel Worksheet Functions 0 November 30th 06 06:40 PM
How do I replace "#N/A" error, to continue my formula w/o error? Ali Khan Excel Worksheet Functions 2 February 20th 06 03:49 PM


All times are GMT +1. The time now is 07:33 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"