Formula help

Sblais

New Member
Joined
Sep 11, 2020
Messages
9
Office Version
  1. 365
Platform
  1. Windows
I have a spreadsheet with these formulas in the columns:

Column A Column B
=IF(Month!A2<>"",Month!A2,"") =IF(A16>0,C6,"")

A2 on my "Month" worksheet is currently blank, but column B (on another worksheet) still shows the amount in C6.

I want it to be when a date in entered on the Month worksheet, which would be entered in A2, Column B (on the other worksheet) then shows the amount in C6. If A2 on my Month worksheet is blank, then C6 should be blank until a date is entered. Right now, column B shows the amount in C6 whether A2 on the Month worksheet is blank or has a date in it. See the picture added.

What am I doing wrong?
 

Attachments

  • Excel.jpg
    Excel.jpg
    94 KB · Views: 3

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
As A16 has a formula you need to use
Excel Formula:
=IF(A16<>"",C6,"")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,559
Members
449,089
Latest member
Motoracer88

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