IF, AND Statement, Formula Help

sccson

New Member
Joined
Oct 31, 2005
Messages
20
I have this Formula:

=IF(AND(Sheet1!A48="Steve Jones",Sheet1!A47<=11/31/2005),Sheet1!B48,"It Works")

I want it to add a value to each Month's Column. Example:

Nov Dec Jan

12 22 16

The value comes from "Sheet1!B48". I'm able to get the value in the column, but I want it to add it to the appropriate month column, WITHOUT changing the previous month.

So I placed the <, >, in front of the Month, but can't seem to get it to change as the month's change.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.

NBVC

Well-known Member
Joined
Aug 31, 2005
Messages
5,828
Not totally sure what you want to do,

but if you replace the month part with Today(), does that work?

If not, you will need to elaborate on what you are trying to achieve, perhaps post samples of where the data is coming from and what you want to get as results and where.
 
Upvote 0

Forum statistics

Threads
1,195,674
Messages
6,011,105
Members
441,582
Latest member
Topkapi

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
Top