Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default need help in creating a formula

hi
i need help in creating formula

lets suppose a cell A6 have a date in it. and cell A7 have some number

in cell A8 i want to insert a formula that tell me if A6 have previous date and A7 is empty then A8 show "argent" in red color. if A7 have number then it shows "paid"
if date is today and the A7 is empty then A8 show "Due Today". if A7 have a number then "paid"
if the date is in future then then it shows "due Later"

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default need help in creating a formula

qazinomi,
I just put your words into a formula:
Put =TODAY() in A1
Put an earlier date in A3:A4
Put today's date in A5:A6
Put a later late in A7:A8
Put nothing in A3,A5,A7
Put a number in A4,A6,A8
In C3 put =IF(A3<$A$1,"<",IF(A3=$A$1,"=",""))
and copy down to C8
In D3 put =IF(A3<$A$1,IF(B3="","argent","paid"),IF(A3=$A
$1,IF(B3="","Due Today","paid"),"Due later"))
and copy down to D8
Do the red with conditional formatting.
I hope this helps, Dave

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a formula GAW Excel Worksheet Functions 1 November 11th 09 04:24 AM
creating formula help Zilla Excel Worksheet Functions 5 November 4th 06 10:31 AM
Help creating formula philamena Excel Worksheet Functions 1 March 31st 06 12:30 AM
Help with creating a formula jaysphotos Excel Programming 3 December 2nd 05 10:23 AM
Creating a Formula Cin Excel Worksheet Functions 5 November 11th 05 07:05 PM


All times are GMT +1. The time now is 11:48 PM.

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

About Us

"It's about Microsoft Excel"