#1   Report Post  
Posted to microsoft.public.excel.newusers
ern ern is offline
external usenet poster
 
Posts: 3
Default formula

I want to put a date in a cell (I.E. a2) and deduct a fixed amount from a
cell (I.E. j2)
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10,593
Default formula

And the relationship between the date and the amount is ...?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"ern" wrote in message
...
I want to put a date in a cell (I.E. a2) and deduct a fixed amount from a
cell (I.E. j2)



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,572
Default formula

Are you looking to display, say today's date in A2, and *also* display the
value of J2 minus a "certain" number?

In A2:
=TEXT(TODAY(),"mm-dd-yy")&" "&J2-20

If you want to use the date from another cell, say A1, and you want to
deduct the number from another cell, say J1, then try this:

=TEXT(A1,"mm-dd-yy")&" "&J2-J1


--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"ern" wrote in message
...
I want to put a date in a cell (I.E. a2) and deduct a fixed amount from a
cell (I.E. j2)


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default formula

Please do not start a second thread on the same topic!
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"ern" wrote in message
...
I want to put a date in a cell (I.E. a2) and deduct a fixed amount from a
cell (I.E. j2)



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"