Forum Discussion
javashackgirl
Mar 07, 2023Copper Contributor
Formula using RawMod!
I have a spreadsheet and am trying to dissect some formulas. They use a function in Excel that I have never seen and it's not showing up on google. The function in question is "RawMod!". This is the context:
=IF((RawMod!G4/(RawMod!C4-RawMod!B4)*100)<10,10,IF((RawMod!G4/(RawMod!C4-RawMod!B4)*100)>100,100,(RawMod!G4/(RawMod!C4-RawMod!B4)*100)))
TIA
- Riny_van_EekelenPlatinum Contributor
javashackgirl That's not a function. It's the name of a sheet in your workbook. Thus RawMod!G4 refers to cell G4 in the sheet called RawMod.