Forum Discussion
willgordge
Aug 25, 2022Copper Contributor
Change how excel auto adjusts formula down a column
I'm creating a workbook that calculates power demands when appliances are switched on throughout different hours of the day. I've used this formula to gather data from two other sheets and insert a s...
Harun24HR
Aug 25, 2022Bronze Contributor
willgordge You just need to make 'Load Ratings'!B4 as absolute reference using dollar sign in-front of column and row of B4. Try below formula-
=IF('Load Schedulers'!D3="On",'Load Ratings'!$B$4,0)