Displaying in Bold for last entry

Diego Garcia

New Member
Joined
May 21, 2002
Messages
23
I have a workbook for my bank account. Col D is for debit entries, Col E for credit entries whilst Col F is the balance. The formula in the Balance column is =IF(AND(ISBLANK(D19),ISBLANK(E19)),"",F18-D19+E19)
I would like the latest entry to display in Bold, the previous entries being in Regular font style. As each new entry is made the preceeding balance reverts to regular font and the new entry is in Bold. How could I do this ?
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Try conditional format.

In say cell F9, Use conditional format with the formula

=OFFSET(F9,1,0)=0)

and set your format to bold. Copy the format to relevant cells.

Richard

_________________
The world is but a stage, and it ain't over 'till the Fat Lady sings
This message was edited by RichardS on 2002-08-08 23:53
 
Upvote 0
Change to

=OFFSET(F9,1,0)="".

Should have looked closer at your formula, it returns "" if nothing is in your debit/credit column, not 0. Sorry. :oops:

Richard
 
Upvote 0
Thats fine if I put your formula in a seperate column but I can't get the value in Col F to display in Bold. Tried adding
*(OFFSET(F21,1,0)="")
to my formula in Col F but did not work.
 
Upvote 0
Sorry, you misunderstood. This is conditional formatting.

On the format menu, select conditional Formatting. In the drop down box, select "Formula is", then type the formula in the box to the right. Click on the Format button, and select your desired formula. Click OK.

HTH

Richard
 
Upvote 0
On 2002-08-09 00:46, Diego Garcia wrote:
Thats fine if I put your formula in a seperate column but I can't get the value in Col F to display in Bold. Tried adding
*(OFFSET(F21,1,0)="")
to my formula in Col F but did not work.

( 1.) Select all the relevant cells in F.
( 2.) Activate Format|Conditional Formatting.
( 3.) Choose Formula Is for Condition 1.
( 4.) Enter in the formula box:

=ROW(F2)=MATCH(9.99999999999999E+307,$F:$F)

I assumed here that the data in F starts in F2, otherwise adjust to fit. One thing: Do not include $ signs.

( 5.) Activate the Format button.
( 6.) Choose bold on the Font tab.
( 7.) Click OK, OK.
 
Upvote 0
Wonderful. I am familiar with Conditional formatting - well I thought I was ! but was not aware of being able to enter a formula. Thanks very much to both of you
 
Upvote 0
Dear all, ask above problem I want to set bold by category.
Example: Cash is set bold for last statement. And other accounts we set bold for the last statement the same.
Anyone, could you help me?
 
Upvote 0

Forum statistics

Threads
1,221,774
Messages
6,161,862
Members
451,725
Latest member
durzoblint87

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