Forum Discussion
Roger509
Nov 19, 2018Copper Contributor
IFNUMBER FORMULA
Hi, Trying to make number populate in cell F5 if there is a number present for that row in column C (want same number to populate in F5). If there isn't a number in column C, want cells in column F to...
Detlef_Lewin
Nov 19, 2018Silver Contributor
Hi
Simply:
=IF(ISNUMBER(C5),C5,"")