references and text strings

mzdrea215

New Member
Joined
Dec 9, 2012
Messages
5
I have an excel assignment due tonight at midnight. I am stuck on this one question before i can move on.

In cell D3, enter a reference to the value in B7. Format the cell to display the text string Interest Rate.

In D3 i entered =B7 and the value for B7 popped up in cell D3, I am confused on how to enter the text string. Anyone have any ideas on how to complete this??
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Do you mean something like this???

Code:
=IF(B7>"","Interest Rate","")

I hope this helps!
 
Upvote 0
You might look at Custom Number Format to see how to have the value in D3 be the same as in B7 while always displaying the string "Interest Rate".
 
Upvote 0
If a value does not appear in D3 does that mean it worked??
It basically means that if cell B7 is BLANK then it will put a BLANK (""), otherwise if cell B7 is greater than BLANK then it will put the string "Interest Rate".
If you leave out the "" it will return FALSE.
Try it for yourself and see!

You could also try Mike's suggestion above which is nice.

I hope this helps.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,215
Messages
6,129,557
Members
449,516
Latest member
lukaderanged

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top