Auto moving cell info with condition from sheet 1 to sheet 2.

Liverlee

Board Regular
Joined
Nov 8, 2018
Messages
73
Office Version
  1. 2019
Platform
  1. Windows
Hi peeps.

Can i ask for your assistance again.

i need a formula for sheet 2 to extract info from sheet 1.

In sheet 1 of my workbook i have a annual leave planner. Dates run from column f5 to nf5. Several rows below are the stats running from f20 to nf20.

If the stat is higher than 3 (3 is in cell h20) i'd like to auto populate just the date i.e (h5 = 3rd jan jan 2019) into sheet 2 column b.

I haven't the foggiest of how to do this.

Please can some kind soul help me out.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
G'day there,

A bit more information is needed to give a definitve answer, however:
this formula in Sheet2 B# could work

=IF(Sheet1!H20>3,Sheet1!H5,"")

Which simply asks if the Sheet 1 cell H20 is greater than 3, and if it is copy the contents of Sheet 1 cell H5 into wherever this formula sits, or make it blank.

shane
 
Upvote 0
G'day there,

A bit more information is needed to give a definitve answer, however:
this formula in Sheet2 B# could work

=IF(Sheet1!H20>3,Sheet1!H5,"")

Which simply asks if the Sheet 1 cell H20 is greater than 3, and if it is copy the contents of Sheet 1 cell H5 into wherever this formula sits, or make it blank.

shane

Thanks.

This is the file https://mega.nz/#!tkwFHK4B!8A8wxVL9S9_ABKQlvdLOIA6Xlorogk9ae2nbW0X-kyg

On sheet 2 I want to highlight, in red, any dates from sheet 1 that are greater than 3.
 
Upvote 0

Forum statistics

Threads
1,213,534
Messages
6,114,186
Members
448,554
Latest member
Gleisner2

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