Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default formula inside a formula

i'm trying to make a question in an excel quiz so that it calculates
the answer within a formula

here is an example

http://i86.photobucket.com/albums/k9...remans/img.jpg

where the ****'s are, i want it to calculate 30-B13 (the destination
cell) inside the same formula, as the value_if_false.

how would i go about doing this?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default formula inside a formula

One way:

....,"You need to do " & 30 - B13)




In article .com,
" wrote:

i'm trying to make a question in an excel quiz so that it calculates
the answer within a formula

here is an example

http://i86.photobucket.com/albums/k9...remans/img.jpg

where the ****'s are, i want it to calculate 30-B13 (the destination
cell) inside the same formula, as the value_if_false.

how would i go about doing this?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default formula inside a formula

how would i enter that exactly, into the cell?

On Jan 24, 12:44 pm, JE McGimpsey wrote:
One way:

....,"You need to do " & 30 - B13)

In article .com,



" wrote:
i'm trying to make a question in an excel quiz so that it calculates
the answer within a formula


here is an example


http://i86.photobucket.com/albums/k9...remans/img.jpg


where the ****'s are, i want it to calculate 30-B13 (the destination
cell) inside the same formula, as the value_if_false.


how would i go about doing this?- Hide quoted text -- Show quoted text -


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default formula inside a formula

never mind, that really helped.

by the way, after the b13, how do i make it so that it says "minutes
more exersize per day" in that formula.

many thanks...

On Jan 24, 12:54 pm, "
wrote:
how would i enter that exactly, into the cell?

On Jan 24, 12:44 pm, JE McGimpsey wrote:



One way:


....,"You need to do " & 30 - B13)


In article .com,


" wrote:
i'm trying to make a question in an excel quiz so that it calculates
the answer within a formula


here is an example


http://i86.photobucket.com/albums/k9...remans/img.jpg


where the ****'s are, i want it to calculate 30-B13 (the destination
cell) inside the same formula, as the value_if_false.


how would i go about doing this?- Hide quoted text -- Show quoted text -- Hide quoted text -- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 623
Default formula inside a formula

The same way you put "you need to do" before the result. Why would it be any
different? Try:

.... "You need to do " & 30 - b13 & "minutes more exercise per day")

--
Regards,
Fred


wrote in message
ups.com...
never mind, that really helped.

by the way, after the b13, how do i make it so that it says "minutes
more exersize per day" in that formula.

many thanks...

On Jan 24, 12:54 pm, "
wrote:
how would i enter that exactly, into the cell?

On Jan 24, 12:44 pm, JE McGimpsey wrote:



One way:


....,"You need to do " & 30 - B13)


In article .com,


" wrote:
i'm trying to make a question in an excel quiz so that it calculates
the answer within a formula


here is an example


http://i86.photobucket.com/albums/k9...remans/img.jpg


where the ****'s are, i want it to calculate 30-B13 (the destination
cell) inside the same formula, as the value_if_false.


how would i go about doing this?- Hide quoted text -- Show quoted text --
Hide quoted text -- Show quoted text -






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default formula inside a formula

like this:
...., "You need to do " & 30 - B13 & " minutes more exercise per day.")

the ampersand (&) says to concatenate values together into one long string
of text.

" wrote:

never mind, that really helped.

by the way, after the b13, how do i make it so that it says "minutes
more exersize per day" in that formula.

many thanks...

On Jan 24, 12:54 pm, "
wrote:
how would i enter that exactly, into the cell?

On Jan 24, 12:44 pm, JE McGimpsey wrote:



One way:


....,"You need to do " & 30 - B13)


In article .com,


" wrote:
i'm trying to make a question in an excel quiz so that it calculates
the answer within a formula


here is an example


http://i86.photobucket.com/albums/k9...remans/img.jpg


where the ****'s are, i want it to calculate 30-B13 (the destination
cell) inside the same formula, as the value_if_false.


how would i go about doing this?- Hide quoted text -- Show quoted text -- Hide quoted text -- Show quoted text -



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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
range inside RANK formula based on contents of other cells andy62 Excel Worksheet Functions 3 September 5th 06 07:37 PM
How can I place a formula inside another formula? Spanishearl Excel Worksheet Functions 4 August 19th 06 08:49 PM
Using a value from a cell inside a formula! marsupilami Excel Discussion (Misc queries) 5 August 24th 05 07:06 AM


All times are GMT +1. The time now is 02:29 AM.

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"