IF True, False Statements

hooper12345

New Member
Joined
May 12, 2015
Messages
36
I have a separate that contains every week for the current year. I am running reports and graph from the data entered into those weeks. I noticed a patterned for the formulas I was entering and wanted to make my task simpler seeing how I have 20+ sheets to do the exact same thing. Basically I need to pull the info entered in to every 5th cell on two separate occasions in one formula. Below is the formula I'm using.

=IF('SpreadSheetName!D5="","Blank", IF('SpreadSheetName'!F5>='SpreadSheetName'!$D$6,"Green","Red"))

The D5 cell will be every 5th (D10, D15, D20...) and the F5 cell will be every 5th (F10, F15, F20..)

I have tried =IF('SpreadSheetName!(ROW(D:D)-,5)="","Blank", IF('SpreadSheetName'!(ROW(F:F)-,5>='SpreadSheetName'!$D$6,"Green","Red")) and was unsuccessful.


Any help is greatly appreciated!
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,223,910
Messages
6,175,320
Members
452,635
Latest member
laura12345

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