Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hello. I have a spreadsheet with many elementary formulas. The VP wants the
numbers used in the formulas displayed next to the cell with the formula. As an example...Let's say in J11-J14 I have the numbers 34, 67, 57 and 48. In D10 I have the formula: =(J11/J12)+(J13/J14). Great, but now in E10 the VP wants to see: (34/67)+(57/48). Of course I could do it manually, but there are LOTS of formulas on each sheet and the numbers change weekly. Is there a way to EASILY automate this? Thanks. |
#2
![]() |
|||
|
|||
![]()
Use the & symbol and quotation marks. For example, if you enter
="("&J11&"/"&J12&")" in cell E10, you will get the first part. All you have to do is figure out the rest. Who or what is the VP? "SeeFar" wrote: Hello. I have a spreadsheet with many elementary formulas. The VP wants the numbers used in the formulas displayed next to the cell with the formula. As an example...Let's say in J11-J14 I have the numbers 34, 67, 57 and 48. In D10 I have the formula: =(J11/J12)+(J13/J14). Great, but now in E10 the VP wants to see: (34/67)+(57/48). Of course I could do it manually, but there are LOTS of formulas on each sheet and the numbers change weekly. Is there a way to EASILY automate this? Thanks. |
#3
![]() |
|||
|
|||
![]()
That's exactly what I was looking for! Thank you very much.
The VP is the Vice Pressident - the one on the receiving end of the reports. Thanks again for the quick and helpful post. "Martin P" wrote: Use the & symbol and quotation marks. For example, if you enter ="("&J11&"/"&J12&")" in cell E10, you will get the first part. All you have to do is figure out the rest. Who or what is the VP? "SeeFar" wrote: Hello. I have a spreadsheet with many elementary formulas. The VP wants the numbers used in the formulas displayed next to the cell with the formula. As an example...Let's say in J11-J14 I have the numbers 34, 67, 57 and 48. In D10 I have the formula: =(J11/J12)+(J13/J14). Great, but now in E10 the VP wants to see: (34/67)+(57/48). Of course I could do it manually, but there are LOTS of formulas on each sheet and the numbers change weekly. Is there a way to EASILY automate this? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
How to add 4 of 5 highest numbers using a formula | Excel Discussion (Misc queries) | |||
Sorting when some numbers have a text suffix | Excel Discussion (Misc queries) | |||
Sorting imported "numbers" | Excel Discussion (Misc queries) | |||
How can I stop Excel from displaying rounded numbers? Credit car. | Excel Discussion (Misc queries) |