Creating a conditional format useing an IF statement

THKUCOMEAGAIN

New Member
Joined
Jan 5, 2012
Messages
12
ok i i am working on my school final exam and i need to make a conditional format useing an if statement that allows the cells that need information to be typed into to be highlighted but i want to keep it clean so i dont want a half of page of highlighted cells.

Is there an IF statement that will trigger the conditional formating when the last cell (that needs information typed in it) has the information typed in it
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
ok i i am working on my school final exam and i need to make a conditional format useing an if statement that allows the cells that need information to be typed into to be highlighted but i want to keep it clean so i dont want a half of page of highlighted cells.

Is there an IF statement that will trigger the conditional formating when the last cell (that needs information typed in it) has the information typed in it
Assuming cell A1 is that last cell...

=$A$1<>""
 
Upvote 0
ok but how do i get that to trigger on the next line then if it is absolute?

And also i was going to use this trigger for more than one cell
 
Upvote 0
ok but how do i get that to trigger on the next line then if it is absolute?

And also i was going to use this trigger for more than one cell
Need a more detailed explanation of what cells you want to format.

It sounds like you want to format cells on each row if a certain cell on that row contains an entry?

What version of Excel are you using?
 
Upvote 0
Need a more detailed explanation of what cells you want to format.

It sounds like you want to format cells on each row if a certain cell on that row contains an entry?

What version of Excel are you using?
2010 and yes i have a sheet that i need users to put in information in the unlocked cells and i want a trigger to highlight the next line of required cells the user has to put in formation in. Once the user puts the last information in in column G (the first cell they are required to put in is G5)

My sheet goes from columns A-I

A,B,C,D,F,G are all required for the user to input info (row 5 is where they actualy start inputing the info)

Columns E,H,I are all calculated with this info they enter
 
Upvote 0

Forum statistics

Threads
1,216,272
Messages
6,129,822
Members
449,538
Latest member
cookie2956

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