Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Can you help nesting a formula?

I'm nesting a formula but I'm getting an error. My column starts at $75 and
needs to drop to $70 if column C is 50 and $65 if 100. Can someone please
help?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Can you help nesting a formula?

=if(c1100,65,if(c150,70,75))

"Da Bossman" wrote:

I'm nesting a formula but I'm getting an error. My column starts at $75 and
needs to drop to $70 if column C is 50 and $65 if 100. Can someone please
help?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Can you help nesting a formula?

Try this - I assume C1 has the value to work on
=IF(C1100,65,IF(C150,70,C1)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Da Bossman" <Da wrote in message
...
I'm nesting a formula but I'm getting an error. My column starts at $75
and
needs to drop to $70 if column C is 50 and $65 if 100. Can someone
please
help?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default Can you help nesting a formula?

On Aug 9, 7:48 am, Da Bossman <Da
wrote:
I'm nesting a formula but I'm getting an error.


Post your formula here.

My column starts
at $75 and needs to drop to $70 if column C is 50 and
$65 if 100. Can someone please help?


You are not explaining your requirements very well. Perhaps this will
help:

=if(C1100, 65, if(C150, 70, 75))

That sets the cell containing the formula to 65, 70 or 75 depending on
the value of C1. If you put the formula into D1 and copy-and-paste
(or drag) it down the column, it will make D2 depend on C2, D3 on C3,
etc.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Can you help nesting a formula?

Tell us *what* error you're getting, and what your formula is, and then we
may be able to help you.
--
David Biddulph

"Da Bossman" <Da wrote in message
...
I'm nesting a formula but I'm getting an error. My column starts at $75
and
needs to drop to $70 if column C is 50 and $65 if 100. Can someone
please
help?





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Can you help nesting a formula?

Yes, thank you Toppers. Is there a way I can make it currency?

"Toppers" wrote:

=if(c1100,65,if(c150,70,75))

"Da Bossman" wrote:

I'm nesting a formula but I'm getting an error. My column starts at $75 and
needs to drop to $70 if column C is 50 and $65 if 100. Can someone please
help?

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Can you help nesting a formula?

Format/ Cells .../ Number tab/ Currency
--
David Biddulph

"Da Bossman" wrote in message
...
Yes, thank you Toppers. Is there a way I can make it currency?

"Toppers" wrote:

=if(c1100,65,if(c150,70,75))

"Da Bossman" wrote:

I'm nesting a formula but I'm getting an error. My column starts at $75
and
needs to drop to $70 if column C is 50 and $65 if 100. Can someone
please
help?



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 205
Default Can you help nesting a formula?

hi!
how if the value is not numeric?this is my problem..if LN7,LN8,LN9 = LN..
if HP7,HP8,HP9=HP and so on..is there any solution?

Thanks for your help.

--
Regards,
Linda


"Toppers" wrote:

=if(c1100,65,if(c150,70,75))

"Da Bossman" wrote:

I'm nesting a formula but I'm getting an error. My column starts at $75 and
needs to drop to $70 if column C is 50 and $65 if 100. Can someone please
help?

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
NESTING FORMULA Tonya Excel Worksheet Functions 1 August 29th 06 09:21 PM
Nesting Formula DSCAVOTTO Excel Discussion (Misc queries) 4 May 22nd 06 05:36 PM
Nesting the SUBSTITUTE formula Marco Margaritelli Excel Worksheet Functions 4 February 25th 06 02:50 PM
Formula nesting BSantos Excel Worksheet Functions 6 January 19th 06 06:20 PM
nesting another formula BSantos Excel Worksheet Functions 3 January 18th 06 09:22 PM


All times are GMT +1. The time now is 06:42 PM.

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"