Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to show the opening for the day in one column the closing in the
next column and then the number Up/Down in the next column and have it represented as a negative (down) or positive (up) for the day. Thanks, Randy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Seems too obvious, but
=b1-a1 and format as #,##0.00;-#,##0.00 -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Randy" wrote in message ... I'm trying to show the opening for the day in one column the closing in the next column and then the number Up/Down in the next column and have it represented as a negative (down) or positive (up) for the day. Thanks, Randy |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With Opening in Column A, and closing in Column B, in C1 enter:
=B1-A1 And copy down as needed. You then could format Column D to Wingdings, and enter this in D1: =IF(C10,CHAR(241),IF(C1<0,CHAR(242),CHAR(243))) And copy down as needed. -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Randy" wrote in message ... I'm trying to show the opening for the day in one column the closing in the next column and then the number Up/Down in the next column and have it represented as a negative (down) or positive (up) for the day. Thanks, Randy |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Bob - I came up with the same thing after I had enough coffee and
could think clearly......Thanks for your help! Randy "Bob Phillips" wrote: Seems too obvious, but =b1-a1 and format as #,##0.00;-#,##0.00 -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Randy" wrote in message ... I'm trying to show the opening for the day in one column the closing in the next column and then the number Up/Down in the next column and have it represented as a negative (down) or positive (up) for the day. Thanks, Randy |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perfect!!!!
Thanks! "RagDyeR" wrote: With Opening in Column A, and closing in Column B, in C1 enter: =B1-A1 And copy down as needed. You then could format Column D to Wingdings, and enter this in D1: =IF(C10,CHAR(241),IF(C1<0,CHAR(242),CHAR(243))) And copy down as needed. -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Randy" wrote in message ... I'm trying to show the opening for the day in one column the closing in the next column and then the number Up/Down in the next column and have it represented as a negative (down) or positive (up) for the day. Thanks, Randy |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome, and appreciate the feed-back.
-- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Randy" wrote in message ... Perfect!!!! Thanks! "RagDyeR" wrote: With Opening in Column A, and closing in Column B, in C1 enter: =B1-A1 And copy down as needed. You then could format Column D to Wingdings, and enter this in D1: =IF(C10,CHAR(241),IF(C1<0,CHAR(242),CHAR(243))) And copy down as needed. -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Randy" wrote in message ... I'm trying to show the opening for the day in one column the closing in the next column and then the number Up/Down in the next column and have it represented as a negative (down) or positive (up) for the day. Thanks, Randy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert SMITH to Smith and JONES to Jones? | Excel Worksheet Functions |