Cell Dropdown List Results

Status
Not open for further replies.
L

Legacy 512884

Guest
I am a beginner so I'm not sure what I'm trying to do is even possible. I'm setting up a simple accounting table.

Here are my column headings:
Amount | Status | Date Sent | Date Received | Amount Received

The Status cells each have a dropdown list to select either "open", "sent", or "paid". My need is that if "sent" is selected from the dropdown, then the neighboring Date Sent cell displays the date in red font (or red fill with white font).

If "paid" is selected, the paid date needs to appear in the Date Received column in green font (or green fill with white font).

If "open" is selected, it kind of "resets" everything. in the row

What I'm running into is that if "paid" is selected, then the dropdown is no longer set to "sent" so, logically, the Sent Date goes away.

So with "paid" selected, I need the sent date to remain, and stay red AND have the Date Received date appear and be green.

Along with the 'paid" status, I need the Amount Received cell to be populated with the Amount number from the far left Amount Received column, and be in green.

If you try the different dropdown list items in the Status column, you'll see where I am to date.

I've gotten each of these needs accomplished individually but not collectively in an overarching solution. Any help would be greatly appreciated.

I hope what is shown here below is the "mini-sheet" ?!?!

example.xlsx
BCDEF
2AmountStatusDate SentDate ReceivedAmt. Received
3
4$256.56open   
Sheet1
Cell Formulas
RangeFormula
D4D4=IF(C4="sent",TODAY(),"")
E4E4=IF(C4="paid",TODAY(),"")
F4F4=IF(C4="paid",B4,"")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D4Expression=IF(C4="sent",)textNO
Cells with Data Validation
CellAllowCriteria
C4Listopen,sent,paid
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Sorry, I thought the mini-sheet would be functional. I probably did something wrong in the upload.
Maybe the uploaded image will offer more clarity (hopefully!)
 

Attachments

  • Screenshot.jpg
    Screenshot.jpg
    55.9 KB · Views: 6
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,105
Messages
6,123,114
Members
449,096
Latest member
provoking

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