Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find value in array | Excel Worksheet Functions | |||
Is it possible? | Excel Worksheet Functions | |||
range inside RANK formula based on contents of other cells | Excel Worksheet Functions | |||
How can I place a formula inside another formula? | Excel Worksheet Functions | |||
Using a value from a cell inside a formula! | Excel Discussion (Misc queries) |